Popular Books:
Calling createStatement() and executeQuery
This section describes how to run a SELECT query statement with createStatement() and executeQuery(). 2017-02-08, ∼254🔥, 2💬
"jar -C" - Changing Input Directory
This section provides a tutorial example on how to 'jar --create -C ...' to change input directory when creating JAR files. 2017-02-04, ∼1613🔥, 3💬
💬 2017-02-04 Herong: Chris, Thanks for sharing the information.
💬 2017-02-03 Chris: For unix, on the last command, ".;" changes to ".:".
PDF Printing Version
Information on how to obtain the PDF version of this book for printing. 2017-01-31, ∼1047🔥, 3💬
Entering Non ASCII Characters in JSP Pages
This section describes rules on how non-ASCII characters can be entered in JSP pages and displayed correctly on Web browsers. 2017-01-25, ∼1196🔥, 3💬
💬 2017-01-25 abc: ทดสอบภาษาไทย
💬 2016-06-19 Herong: That was a good test. ☺
💬 2016-06-08 dfgd: <script>alert(document.cookie )</script>
Windows 7: Firewall Alert on Blocked Connection
This section provides a tutorial example on how Windows Firewall alerts you when it detects a blocked connection on Windows 7 system. 2017-01-24, ∼1254🔥, 2💬
💬 2016-09-29 Manjit Chana: Thanks for exact information to enable me deal with above alert issue.
jstack - Stack Tracer to Generate Thread Dump
This section provides a tutorial example on how to use the 'jstack' tool to generate a thread dump (print all running threads and their stack traces). 2017-01-23, ∼966🔥, 1💬
Operations on "byte" Data Type Values
This section provides a tutorial example on how 'byte' values are casted to 'int' values when they are involved in arithmetic, comparison and bitwise operations. 2017-01-21, ∼6497🔥, 2💬
💬 2017-01-19 Anonymous: Reason for why byte doesn't holds good the + operator directly.
BankingThread.java - Synchronization Sample Program
This section provides a tutorial example on how to solve the banking synchronization issue with Java synchronized methods. 2017-01-21, ≈10🔥, 5💬
💬 2017-01-18 Abhishek: This is too complex for a beginner. Please write a simpler one.
💬 2016-09-17 Herong: dot.g, really? please give details.
SOAP Java Implementations
This chapter provides notes and tutorials on SOAP Java Implementations: SAAJ, Axis and Apache WebService. 2017-01-16, ∼501🔥, 1💬
Reference Citations - HerongYang.com
This is a collection of reference citations to Herong's tutorial books on the Internet. Updated in 2026 (Version v2.96) with citations added. 2017-01-14, ∼1676🔥, 1💬
Running PerlApp to Convert *.pl to *.exe
This section provides a tutorial example of running PerlApp from ActiveStat to convert a sample Perl script, DirGrep.pl, to Windows executable binary, DirGrep.exe. 2017-01-14, ∼3195🔥, 2💬
💬 2017-01-12 Monique: Where do you actually run this???? from command prompt?
Accessing System Environment Variables
This section provides a tutorial example on how to access environment variables defined in the operating system using the System.getenv() method. 2017-01-14, ∼1075🔥, 2💬
💬 2017-01-14 Herong: Martin, The code has been corrected now. Thanks.
What Is Western Zodiac
This section describes what is Western zodiac. 2017-01-12, ∼1421🔥, 1💬
Viewing LG Android USB Device in Control Panel
This section provides a tutorial example on how to view the LG Android USB device in Windows Control Panel and see its detailed properties. 2017-01-09, ∼838🔥, 1💬
What Is WSDL Document
This section describes WSDL Documents, which are XML files that uses WSDL (Web Services Definition Language) to define Web services. 2017-01-08, ∼768🔥, 2💬
💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.
Year 1977 Chinese Calendar - Year of the Snake
2017-01-05, ∼1199🔥, 2💬
RsaKeyGenerator.java for RSA Key Generation
This section describes the initial draft of a RSA public key and private key generation implementation using the java.math.BigInteger class. 2017-01-05, ∼4452🔥, 2💬
Popular Posts:
Want to know when is the 2036 Chinese New Year day? Look for free Chinese calendars for 2036? Chines...
"Registration" is an XML document based Web service for testing purpose only. High level information...
This section provides a tutorial example on how to use the java.net.HttpURLConnecti onclass to call ...
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary...
This section provides a tutorial example on how to use rdkit.Chem.rdmolfiles.Mo lFromSmiles(s)and rd...