Categories:
Android (36)
ASP (6)
Astrology (7)
Bitcoin (5)
Blowfish (5)
Built-in (3)
C# (9)
Calendar (5)
CD-DVD (10)
Chinese (3)
Cryptography (75)
DES (2)
Encoding (9)
Ethereum (2)
Flash (16)
GB2312 (6)
General (9)
H (4)
History (8)
Java (95)
JavaScript (15)
JDBC (70)
JSP (21)
JVM (17)
Movie (1)
Music (7)
MySQL (8)
Perl (27)
PHP (44)
Physics (11)
PKI (21)
Reference (1)
SOAP (19)
Sorting (8)
Swing (11)
UML (2)
Unicode (31)
VBScript (27)
Web (1)
Web-Services (40)
Windows (48)
WSDL (19)
XML (22)
XMLPad (1)
XSD (5)
XSL-FO (4)
Tutorial Books:
Sort: Rank
PDF Printing Version: JVM Tutorials
Information on how to obtain the PDF version of this book for printing. 2019-01-28, 1397👍, 11💬
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. 2018-10-11, 4400👍, 2💬
What Is Runtime?
This section describes what is Runtime - A Java built-in class, java.lang.Runtime, that presents running instances of a Java Virtual Machine (JVM). 2017-04-28, 518👍, 2💬
What Are Runtime Data Areas?
This section describes 6 JVM runtime data areas: Method Area, Heap, Direct Memory, PC Register, JVM Stack and Native Method Stack. 2017-04-10, 117👍, 1💬
Accessing System Environment Variables
This section provides a tutorial example on how to access environment variables defined in the operating system using the System.getenv() method. 2017-01-14, 364👍, 2💬
💬 2017-01-14 Herong: Martin, The code has been corrected now. Thanks.
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, 2672👍, 3💬
💬 2015-09-09 Roland: I mean System.getProperty("user.home") has changed
Running Java HotSpot Server VM
This section provides you a tutorial example on how to run Java HotSpot Server VM - run Java command with -server option: 'java -server'. 2015-08-04, 1026👍, 1💬
Sort: Rank
Popular Posts:
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
This section provides a tutorial example on how the SOAP message receiver should validate the passwo...
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and fro...
This section provides a tutorial example on how to create a JAR file with the 'jar' command.
This section describes a tutorial example of a complete SOAP application with both server and client...