InterviewSolution
Saved Bookmarks
| 1. |
Which exception is thrown when java is out of memory?(a) MemoryFullException(b) MemoryOutOfBoundsException(c) OutOfMemoryError(d) MemoryErrorThe question was asked by my college director while I was bunking the class.My question is taken from Heap and Garbage Collection topic in section Classes and Methods of Java |
|
Answer» Right option is (C) OutOfMemoryError |
|