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 |
How do you make an arraylist empty in java?
Is there any case when finally will not be executed?
What is a parameter used for?
How strings are created in java?
Explain JPA in Java.
what are upcasting and downcasting?
What is the difference between Java1.4 and Java1.5
Write a java program to print fibonacci series?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What is the difference between the paint() and repaint() methods in java programming?
Why we cannot override static method?
What is the difference between a choice and a list?