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
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
What is the size of int?
What does java se mean?
how to convert Java project into Maven ?
What is the difference between the direct buffer and non-direct buffer in java?
What is final class?
Using callable statement how can you pass out parameters, explain with example?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are the wrapped, classes?
What are the two main uses of volatile in Java?
Is array a class?
Is math an abstract class in java?
Can an interface be final?
Explain the difference between transient and volatile in java?
In which order the iterator iterates over collection?