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 about fail safe iterators in java?
What does business logic mean?
Is map ordered in java?
Which api is provided by java for operations on set of objects?
explain multi-threading in java?
When should we create our own custom exception classes?
What environment variables are required to be set on a machine in order to run Java programs?
Can a constructor be private and how are this() and super() method used with constructor?
What is an image buffer?
How do you pass by reference?
Differentiate between stringbuffer and string?
Why pointers are not used in java?
what is the volatile modifier for? : Java thread
What is static in java?
What is lastindexof in java?