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 does singleton class mean?
why applet doesn't have main? isn't possible a program with out main?
What is the difference between reader/writer and inputstream/output stream?
What is the use of flag?
Does list maintain insertion order java?
What is a values collection view ?
What is clipping?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is console based application in java?
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
What is Hash Code in Java?
Which is the best way of exception handling?