Popular Books:
SOAP Java Implementations
This chapter provides notes and tutorials on SOAP Java Implementations: SAAJ, Axis and Apache WebService. 2017-01-16, ∼415🔥, 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, ∼1406🔥, 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, ∼3079🔥, 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, ∼955🔥, 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, ∼1293🔥, 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, ∼743🔥, 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, ∼673🔥, 2💬
💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.
Year 1977 Chinese Calendar - Year of the Snake
2017-01-05, ∼1051🔥, 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, ∼4399🔥, 2💬
Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing. 2016-12-28, ∼3443🔥, 5💬
💬 2016-12-28 liab: wrote a meaningful comment
💬 2016-08-23 ericens: it meaning a lot to me
Printing Histogram of Java Object Heap
This section provides a tutorial example on how to print the histogram of Java object heap, a list of different types of objects and their counts and total sizes. 2016-12-14, ∼6264🔥, 2💬
💬 2016-12-14 Herong: Erik, you can look at the Java Management Extensions (JMX) API.
💬 2016-12-11 Erik Ostermueller: is there a java api to access this histogram? Thanks, --Erik
MP3 Encoding and File Format
This section describes MP3 encoding and file format for audio recording. 2016-12-06, ∼2625🔥, 4💬
💬 2016-12-06 suresh: Thanks..its informative!!!
💬 2016-01-14 Bhawesh: Thanks for the help, really insightful :)
Using the Processes Tab
This section provides a quick description of the processes tab that lists all running processes on the system with CPU and memory usage information. 2016-12-04, ∼1626🔥, 1💬
Instance Name Better than Port Number
This section describes how SQL Server support JDBC client applications to use instance name instead of port number to connect to a specific instance. 2016-11-26, ∼168🔥, 1💬
Popular Posts:
This section provides a tutorial example on how to get one bit back from a byte array at a specific ...
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment v...
This section describes what is SHA1 (Secure Hash Algorithm 1) - a message digest algorithm which tak...
This section describes how to calculate Double-SHA256 hash with Python.
A tutorial example on how to download and install MySQL on a Windows system using MySQL Installer.