Java Tutorial Java Virtual Machine
Reference
- Create Phantom Reference in Java
- Create WeakReference in Java
- Create a soft reference in Java
- Create a user-defined property or change the value of the current property in Java
- Test PhantomReference in Java
- Test WeakReference in Java
- Test soft reference in Java
Version
- Find out the version of the Java Virtual Machine in Java
- Get Java Runtime Environment (JRE) version in Java
- Get Java specification version using System class in Java
- Provide common access to specifics about the version of Java that a virtual machine supports in Java
Properties
- Get the Default System Properties in Java
- Return a default value if the specified property does not exist in Java
- Return all system properties in Java
- Set System Properties in Java
- Set a system property in Java
- Set the Value of a System Property from the Command Line in Java
- Using System.getProperty(String key) to retrieve system properties in Java
Memory
- Get the amount of free memory in the Java Virtual Machine in Java
- Get the maximum amount of memory in JVM in Java
- Get the total amount of memory in the Java virtual machine in Java