Home » JAVA Programming » Object & Classes » Question
  1. Which of these methods returns the total number of bytes of memory available to the program?
    1. SystemMemory()
    2. getProcessMemory()
    3. getMemory()
    4. TotalMemory()
    5. None of these
Correct Option: D

TotalMemory() returns the total number of bytes available to the program.



Your comments will be displayed only after manual approval.