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 |
How do you remove duplicates from an array in java?
How do you clear an arraylist in java?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
Infinite loop using while ?
Give a briefing on the life cycle of a thread.
What is difference between overloading and overriding?
How many days will it take to learn java?
Where is java located?
What is the byte order of byte buffer?
What is the difference between abstract class and interface1? What is an interface?
What is meant by Java ?
What does percent mean in java?