Name: skT88420 Date: 07/14/99
In the documentation of Class java.lang.Runtime
The descriptions of the following two methods are confusing:
freeMemory()
Returns the amount of free memory in the system.
totalMemory()
Returns the total amount of memory in the Java Virtual Machine.
The first API should be documented as
"Returns the amount of free memory in the Java Virtual Machine."
System may refer to the programmer as the operating system that the JVM resides on.
(Review ID: 85582)
======================================================================