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, ∼732🔥, 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, ∼714🔥, 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, ∼711🔥, 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, ∼666🔥, 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?
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, ∼621🔥, 0💬
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💬
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, ∼612🔥, 0💬
Popular Posts:
This section provides a test program for the Java implementation of UUEncode by Sun. Tests of both e...
This section provides a tutorial example on how to copy PDF files to the Android emulator's file sys...
Notes and Tools on Chinese Language and Culture Are you interested in learning Chinese language and ...
This section provides a tutorial example on how to compile multiple C# source code files together.
This section describes how to create a DSN that connected to a MS Access database file.