The exception which will be thrown when handling insufficient memory
Answers
Answered by
0
jawiwiiwwiwiwiiwiwiw822827whw
Answered by
0
Answer:
The exception which will be thrown when handling insufficient memory is "Out Of Memory Exception". In Java, when JVM is not able to "allocate an object" because it is "out of memory", Out Of Memory Exception is thrown. There are number of reasons for this exception to occur. One of them is insufficient Java heap size. "Excessive use of finalizers" in the program, can cause heap memory to be occupied till the end of the program.
Similar questions