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 is a protected method?
What is skeleton and stub? What is the purpose of those?
What are virtual methods?
Write a java program for binary search?
What are the concepts of 'OOPS'?
What is parameter tag and what is its use?
Is vector ordered in java?
Does treeset use compareto?
what is tempplate pattern
What is the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
Difference between Hash Table and Hash Map?
What is arrays fill in java?