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 are null interfaces? Give some examples?
How do you declare an empty string?
Who developed JScript language?
What is difference between array and vector?
What is assembly condition codes?
when System.out.println("") is executed what happens in the back ground?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
What is the size of int in 64-bit jvm?
What are the differences between heap and stack memory in java?
What is the use of accept () method in java?
Explain JSP life cycle
Can you access the private method from outside the class?