Popular Books:
"-Xint" - Running in Interpreted-Only Mode
This section provides a tutorial example on how to run benchmark tests in interpreted-only mode using the '-Xint' JVM option. 2022-12-10, 831🔥, 1💬
Downloading and Installing JRockit R28.2.7
This section provides a tutorial example on how to download and install Oracle JRockit 6 R28.2.7 on Windows systems. 2022-12-10, 6821🔥, 3💬
Array Class Introspection
This section provides a tutorial example on how to reflect arrays as classes and introspect its properties like superclass, element type, etc. 2022-12-10, 222🔥, 1💬
"-XX:NewRatio" - Ratio of Tenured and "new" Generation
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation). 2022-11-09, 1435🔥, 1💬
Shutting Down or Terminating the JVM Instance
This section provides a tutorial example on how to shutdown or terminate the JVM instance using exit() or halt() method. 2022-10-01, 2278🔥, 0💬
"-XX:ParallelGCThreads" - # of Threads
This section describes how to use the '-XX:ParallelGCThreads' JVM option to control the number threads to be used by the Parallel Collector. 2022-10-01, 1854🔥, 0💬
"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation). 2022-10-01, 1640🔥, 0💬
What Is HotSpot JVM
This section describes what is HotSpot - A Java Virtual Machine (JVM) originally developed by Sun Microsystems and now supported by Oracle Corporation. 2022-10-01, 1127🔥, 0💬
loadClass() Method - Loading Classes Explicitly
This section provides a tutorial example on how to load classes into JVM in 3 ways: loadClass() method, Class.forName() method, and 'new' operator. 2022-10-01, 1086🔥, 0💬
"-Xlog:gc+ergo=trace" - Minor GC Report
This section provides examples of log messages generated from '--Xlog:gc+ergo=trace' that tells us what happened at each Parallel Minor GC. 2022-10-01, 918🔥, 0💬
Popular Posts:
This section lists some commonly used JDBC classes and methods.
The Double Seventh Festival, on the 7th day of the 7th lunar month, is a traditional festival full o...
新冠病毒疫苗有哪些种类? 各种疫苗的工作机制是什么? 各种疫苗有哪些特点? 下面我们对这些问题进行初步的解答:...
This section describes how to retrieve CLOB values with the ResultSet.getClob() method.
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.S...