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



if the memory capacity is 700 presently occupied by process is 690. then another process request sp..

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

if the memory capacity is 700 presently occupied by process is 690. then another process request sp..

Answer / guest

By using the concepts called threads

Is This Answer Correct ?    1 Yes 1 No

if the memory capacity is 700 presently occupied by process is 690. then another process request sp..

Answer / guest

By using the concepts called threads

Is This Answer Correct ?    0 Yes 0 No

if the memory capacity is 700 presently occupied by process is 690. then another process request sp..

Answer / rohit

garbage collector frees memory

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is the platform?

0 Answers  


What is a final class in java?

0 Answers  


Can we serialize static variables in java?

0 Answers  


why the abstract class has default constructor?

2 Answers  


What is generic class?

0 Answers   Tech Mahindra,






What is the disadvantage of java?

0 Answers  


Any one can explain how the inerface uses in java. give with example.

1 Answers   IBM,


What is the replace tool?

0 Answers  


What is the range of a character variable?

0 Answers  


How will you reverse a singly-link list?

0 Answers   Akamai Technologies,


what is business objects?

2 Answers  


What is string length in java?

0 Answers  


Categories