The __________ method can be used to get runtime information about memory usage.

  • freeMemory()
  • getMemoryInfo()
  • maxMemory()
  • totalMemory()
The maxMemory() method can be used to get runtime information about the maximum amount of memory that the Java Virtual Machine will attempt to use.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *