What will happen when memory is full,GC works,(2-3 times removing the objects from 2nd generation)stil l insufficient memory?
Does it give
a. "Out of memory exception" immediately OR
b. waits for sometime expecting some memory to be released (and then give exception if still insufficient memory)?
Does it give
a. "Out of memory exception" immediately OR
b. waits for sometime expecting some memory to be released (and then give exception if still insufficient memory)?
Comment