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


Please Help Members By Posting Answers For Below Questions

How do you allocate memory to object?

513


Why char array is preferred over string for storing password?

584


What is the parse method in java?

561


Can a source file contain more than one class declaration?

510


what is the major difference between linkedlist and arraylist in java?

548






What modifiers are allowed for methods in an interface?

642


What is subsequence of a string?

600


What is the purpose of stub and skeleton?

542


What is void data type?

570


Is java a utf 8 string?

526


What are the basic control structures?

494


What does provide mean construction?

550


What is difference between an object and a class?

607


Does garbage collection occur in permanent generation space in jvm?

603


Explain yield() method in thread class ?

617