if the memory capacity is 700 presently occupied by process
is 690. then another process request space(40)
how this situation handled in java.
Answers were Sorted based on User's Feedback
Answer / 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 |
What do the thread?class methods run() and start() do?
Can you override static method in java?
How to create a thread in java?
Explain try and catch keywords in java?
Why is flag used in java?
What is break and continue statement?
What is are packages?
what's diff between struts 1.1 & 1.2
Is 64bit faster than 32 bit?
What do you mean by buffering?
What methodology can be utilized to link to a database?
How do you calculate roots in java?