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 |
Program to Find the second largest element in an array.
What is void in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is method in java ?
Can we use both this () and super () in a constructor?
what is an object and how do you allocate memory to it?
what is use of business objects?
What is the final method?
Can we have two main methods in a java class?
Can you override private or static method in java?
What is a priority queue java?
Why super is first line in java?