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 string and its types?
How can we create a thread in java?
What is the difference between static synchronize() metod and synchronize() method?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What are the advantages and disadvantages of reference counting in garbage collection?
How do you square a number?
What is the difference between Object and Instance?
how to handled exceptions & erros in ejb?
What’s the difference between applets and standalone program?
What is meant by throwing an Exception?
Where we write javascript code in html page?
difference between vectorlist and hash