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
How are variables stored in memory?
Explain the difference between abstract class and interface in java?
I want to persist data of objects for later use. What is the best approach to do so?
Can a class have multiple subclasses?
Explain when classnotfoundexception will be raised ?
What do you mean by ternary operator in java?
What is data type in computer?
How big is a pointer?
What is mean by exception?
What restrictions are placed on method overriding in java programming?
What's the purpose of static methods and static variables?
What do you mean by local class?
Difference between default and protected access specifiers?
What access modifiers can be used for class ?
Can inner class final?