Tutorial Books:
Download and Install JDK on Windows
This section describes how to download and install JDK 12 on a Windows system. 2023-02-27, 68309🔥, 51💬
💬 2019-06-12 sothea: Java is good
💬 2019-05-13 Myo Nyein: don't know
Using java.net.HttpURLConnection to Send SOAP Messages
This section describes steps to follow if you want to use the java.net.HttpURLConnection class to send out a SOAP XML message. 2021-10-12, 49390🔥, 24💬
💬 2021-10-12 Herong: herong_yang@yahoo.com
💬 2021-10-10 Praveen: Hi herong , sorry for late reply, please provide your mail ID
💬 2021-10-07 Herong: Praveen, send your example messages to my Yahoo mailbox. ☺
💬 2021-10-04 Praveen: Hi Herong, Is it possible to provide example code?
"jar --create" - Creating New JAR File
This section provides a tutorial example on how to create a JAR file with the 'jar --create' command. 2016-03-02, 20205🔥, 1💬
Downloading and Installing Java DB (Derby)
This section describes how to download and install Java DB (Derby database server) 10.11 - free for evaluation. 2019-10-22, 16267🔥, 12💬
HttpsHello.java - HTTPS Server Test Program
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.java. It writes back a simple Web page using the HTTPS protocol. 2020-01-28, 14157🔥, 25💬
💬 2020-01-28 Herong: Bing, see Generating Private Keys tutorial on how to creat JKS files.
💬 2020-01-24 BingLi224: how to create .jks certificate file correctly?
💬 2017-09-20 Herong: Sandeep, you need to create a server certificate in a .jks file first.
getBit() - Retrieving a Bit from a Byte Array
This section provides a tutorial example on how to get one bit back from a byte array at a specific bit position - getBit(). 2019-11-14, 13283🔥, 2💬
Adding META-INF/MANIFEST.MF to JAR Files
This section provides a tutorial example on how to create and add manifest files manually to JAR files. 2016-05-12, 10686🔥, 1💬
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, 10313🔥, 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.
Object Query Language (OQL)
This section describes what is OQL (Object Query Language). OQL statement syntax and examples are also provided. 2021-07-21, 9326🔥, 3💬
💬 2016-03-05 SOUMO BISWAS: YES
💬 2016-02-26 Herong: Maurice, Thanks for the positive feedback!
💬 2016-02-25 Maurice: It is a great JVM book
💬 2015-12-05 Herong: Yogesh, we need better examples than what you have suggested...
"java --list-modules" - Listing Modules in JDK
This section provides a tutorial example on how to use 'java --list-modules' command to list all modules included in the JDK installation. 2019-06-01, 8501🔥, 4💬
💬 2019-02-19 Herong: Felix, Thanks for pointing out the typo! It will corrected in the next update.
💬 2015-11-19 Herong: Philip, which JDK version are you using?
💬 2015-11-18 Herong: Philip, Was anything changed? Certificates, code, JVM or operating system...
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, 5944🔥, 2💬
💬 2017-01-19 Anonymous: Reason for why byte doesn't holds good the + operator directly.
💬 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
Popular Posts:
When is the Chinese Lantern Festival? How is it celebrated? What are the traditions? The 15th day of...
This section introduces the reciprocity of time dilation. Elapsed time of a moving clock is slower w...
This section provides a tutorial example on how to use OpenSSL to generate a RSA private key of 2048...
This section describes how numeric character references can be used in HTML documents. Numeric chara...
This section describes a tutorial on how to get summary information of a CD-ROM with 'isoinfo' tool.