Popular Books:
💬 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...
Creating Class Type Objects
This section describes how class type objects can be created using the 'new' operator and special methods. 2022-06-24, ∼291🔥, 1💬
Check JDK Version on CentOS
This section provides a tutorial on how to check the version information of the installed JDK packages on CentOS systems. 2022-01-09, ∼583🔥, 0💬
Object Query Language (OQL)
This section describes what is OQL (Object Query Language). OQL statement syntax and examples are also provided. 2021-07-21, ≈10🔥, 3💬
"jshell> /edit" - Editing Code Snippet
This section provides a tutorial example on how to start the editor to enter and change a long code snippet in 'jshell'. 2020-06-11, ∼719🔥, 2💬
Two Types of "import" Statements
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Import. 4 sample Java source files are provided to test 'import' statements. 2020-02-06, ∼2986🔥, 2💬
💬 2020-02-06 Herong: Abuja, “wildcard” import is called on-demand import.
💬 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, ≈14🔥, 2💬
"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, ≈10🔥, 4💬
💬 2019-02-19 Herong: Felix, Thanks for pointing out the typo! It will corrected in the next update.
Literal Formats for Integers - Example
This section provides a tutorial example on how to use integer literals in 4 formats: decimal, hex, octal and binary. 2018-10-02, ∼382🔥, 1💬
Popular Posts:
Information on how to obtain the PDF version of this book for printing.
This section provides a tutorial example on how to set one bit into a byte array at a specific bit p...
什么是蛋白疫苗? 它的工作机制是什么? 蛋白疫苗又可以细分成两个小类:重组蛋白疫苗,病毒 外壳疫苗(Virus-LikePartic...
This section provides a tutorial example on how to download and install the PHP engine 7.0 on a Wind...
This section provides a tutorial example on how to use escape character in 'script' tags to prevent ...