if the memory capacity is 700 presently occupied by process
is 690. then another process request space(40)
how this situation handled in java.
Answer Posted / db
Whenever memory capacity is fully occupied serialize the extra objects to a File or db. when the memory is free take the objects from the file or db to memory.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between jdk, jre, and jvm?
Is main a keyword in java?
How can you add and remove nodes in jtree?
What is object cloning in Java?
What is an example of a boolean?
Define how objects are stored in java?
How can we find the sum of two linked lists using stack in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the different collection views provided by maps?
Why arraylist is not synchronized in java example?
What is jit compiler ?
Difference between association, composition and aggregation?
What does system.gc() and runtime.gc() methods do?
What is procedure overloading?
How to solve the problem of generating the unique hash keys with hash function?