Java Reference
In-Depth Information
A number of other methods in System are convenience methods that op-
erate on the current Runtime objectwhich can be obtained via the static
method Runtime.getRuntime . For each method an invocation System. meth-
od is equivalent to the invocation Runtime.getRuntime(). method ; conse-
quently, these methods are described as we discuss the Runtime class.
The methods are
public static void exit(int status)
public static void gc()
public static void runFinalization()
public static void loadLibrary(String libname)
public static void load(String filename)
 
Search WWH ::




Custom Search