Memory management in JAVA

Answer Posted / guest

memory management can be maintained by JVM .It allocates space
in heap area

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2321


What is the size of int?

837


What does java se mean?

765


how to convert Java project into Maven ?

788


What is the difference between the direct buffer and non-direct buffer in java?

766


What is final class?

764


Using callable statement how can you pass out parameters, explain with example?

855


From the two, which would be easier to write: synchronization code for ten threads or two threads?

800


What are the wrapped, classes?

783


What are the two main uses of volatile in Java?

797


Is array a class?

700


Is math an abstract class in java?

712


Can an interface be final?

747


Explain the difference between transient and volatile in java?

760


In which order the iterator iterates over collection?

770