if the memory capacity is 700 presently occupied by process
is 690. then another process request space(40)
how this situation handled in java.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 3 dots mean in java?

524


What is a layout manager and what are different types of layout managers available in java awt?

731


Why are constructors used?

562


Is there any tag in htm to upload and download files?

612


What do you mean by default constructor in java?

580






What are the two types of streams offered by java 8?

515


What is arraylist e?

559


What is linked hashset and its features?

552


What is communist flag?

574


What are Normalization Rules? Define Normalization?

551


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

691


Detail discussions on JVM, memory management and garbage collector.

558


Explain about varargs in java?

585


What is the difference between heap and stack memory?

548


Name few "optional" classes introduced with java 8 ?

651