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 / rohit
garbage collector frees memory
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is module with example?
Why null value is used in string?
Why there are some null interface in java? What does it mean?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Can you override static methods?
Define nashorn in java8.
Explain static nested classes ?
Can we overload the constructors?
What are different types of multitasking?
Can you access non static variable in static context?
What are the types of java?
What is an object's lock and which object's have locks in java programming?
What is a pointer and does java support pointers?
What are the advantages of passing this into a method instead of the current class object itself?
What is dot operator?