Popular Books:
Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double. 2016-02-15, ∼728🔥, 5💬
💬 2015-10-31 Herong: Page updated now. Thanks again, Raj.
💬 2015-10-24 Herong: Raj, good catch. It will be corrected later.
💬 2015-10-23 raj: Chief, second point should be "double" but it says "float"
META-INF/MANIFEST.MF - JAR Manifest File
This section describes the JAR manifest file, META-INF/MANIFEST.MF, which contains information about the JAR file and its contents. 2022-10-01, ∼717🔥, 0💬
jimage - JIMAGE File Tool Command
This section describes what is 'jimage' (Java JIMAGE Tool) - is a command line tool to view and extract JIMAGE files. 2022-10-01, ∼712🔥, 0💬
"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, ∼712🔥, 2💬
jconsole - Command Options and Connection Window
This section describes the 'jconsole' command and its options. The connection window of the JDK 1.6 version is also included. 2022-10-01, ∼706🔥, 0💬
"java --describe-module" - Printing Module Definition
This section provides a tutorial example on how to use 'java --describe-module' command to print out the definition of a given Java module. 2022-10-01, ∼695🔥, 0💬
Archived: Downloading and Installing JDK 1.6
This section describes how to download and install Java SE (JDK) 1.6 Update 2 on a Windows XP system. 2024-11-25, ∼664🔥, 3💬
MBean Browser on jmc JMX Console
This section provides a tutorial example on how to view details of live objects related to the JVM using the MBean Browser on jmc JMX Console. 2022-10-01, ∼662🔥, 0💬
💬 2017-11-22 Sandeep: Can this also read post request from cleint
💬 2016-06-10 Herong: Algérian, did you find what you were looking for here?
Archived: Downloading and Installing JDK 1.7
This section describes how to download and install Java SE 7 Update 7 (JDK 7u7) on a Windows system. 2022-10-01, ∼621🔥, 0💬
Binding Sockets to Specific Ports
This section describes how to bind a socket to a specific port. Binding multiple client sockets to the same port is not allowed. 2022-10-01, ∼620🔥, 0💬
Archived: JDK 1.6 keytool - keystore File Tool
This section describes all commands supported in JDK 1.6 'keytool' tool to manage certificates stored in 'keystore' files. 2022-10-01, ∼609🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile you...
This section provides a tutorial example on how to \uXXXX Unicode code sequences back to a native en...
This section provides a tutorial example on how to write a programming algorithm to encode character...
This chapter provides tutorial notes and example codes on Java HotSpot VM. Topics include running Ja...
GB2312 Character Set is a set of 7445 commonly used Chinese characters established by the government...