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 does \ mean in regex?

0 Answers  


What is classpath?

0 Answers  


How is the marker interface used in Java?

0 Answers   BirlaSoft,


How do you reverse a string in java without using string buffer?

0 Answers  


how can be object class inherited to all class in a program when java does not support multiple inheritance??

4 Answers  






java program with complete 4 oops concepts implemented example

0 Answers   Infosys, NIIT,


placement papaers of spring computing technology

0 Answers   Spring Computing Technologies,


What is constructor chaining and how is it achieved in java?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is charat java?

0 Answers  


What are strings in physics?

0 Answers  


What is parsing in grammar?

0 Answers  


Categories