Popular Books:
setBit() - Storing a Bit into a Byte Array
This section provides a tutorial example on how to set one bit into a byte array at a specific bit position setBit(). 2016-04-08, ∼5335🔥, 1💬
💬 2026-04-06 my name: meaningfull comment
💬 2020-11-01 Sivile: This is good
JVM and OS System Properties
This section provides a tutorial example on how to list all properties from the JVM and the OS that are accessible by your Java application. 2015-09-10, ∼4717🔥, 3💬
💬 2015-09-09 Roland: I mean System.getProperty("user.home") has changed
What Is Key Encoding?
This section describes private and public key encoding standards: PKCS#8 is used for encoding private keys and X.509 is used for encoding public keys. 2022-12-07, ∼4194🔥, 8💬
"jar --update" - Updating Class Files in JAR
This section provides a tutorial example on how to 'jar --update' to update class files in JAR files. 2022-10-01, ∼3676🔥, 0💬
Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing. 2016-12-28, ∼3558🔥, 5💬
💬 2016-12-28 liab: wrote a meaningful comment
💬 2016-08-23 ericens: it meaning a lot to me
interrupt() - Method to Terminate Thread
This section provides a tutorial example on how to terminate running threads with the interrupt() method. 2016-03-02, ∼3424🔥, 1💬
Bitwise Operations on "byte" Values
This section describes 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' that applies on 'byte' values indirectly through 'int' values. 2016-02-17, ∼3409🔥, 1💬
Installing Visual GC Plugin
This section provides a tutorial example on how to install the Visual GC plugin to Java VisualVM and monitor GC activities. 2017-10-25, ∼3239🔥, 4💬
jstack - Detecting Java Thread Deadlocks
This section provides a tutorial example on how to detect Java thread deadlocks with the thread stack trace dump tool, 'jstack'. 2016-02-01, ∼3200🔥, 0💬
serialver - serialVersionUID Generator
This chapter provides provides a tutorial example on how to use 'serialver' command to generate a unique 'serialVersionUID' value for any given serializable Java class. 2025-10-23, ∼3094🔥, 11💬
💬 2023-02-22 Youngjo Kim: HEllo My name is BYUIOUDHFODIUHOFIHODIHF
Managing JAR Files with WinZIP
This section provides a tutorial example on how to manage a JAR file as a ZIP file with the ZIP tool, WinZIP. 2016-06-10, ∼3085🔥, 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, ∼3060🔥, 2💬
💬 2020-02-06 Herong: Abuja, “wildcard” import is called on-demand import.
Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0. 2023-11-13, ∼3039🔥, 1💬
JVM "-ea" and "-da" Options
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on application classes. 2022-10-01, ∼3025🔥, 0💬
Popular Posts:
http://herongyang.com/20 16/- the printable calendar seems off by one day for the 2nd lunar month in...
This section describes the Accept Event Notation used in a UML Activity Diagram. An Accept Event Not...
This section provides a tutorial example on how to use java.util.Locale class to verify the default ...
科兴生物新冠疫苗的结构和工作机制是什么? 科兴生物新冠疫苗是由北京科兴生物制品有限公司(S inovacBiotech)研发的COVID...
This chapter provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM ...