What is java’s garbage collected heap?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Is void a keyword in java?

0 Answers  


How many types of java are there?

0 Answers  


Garbage collection in java?

0 Answers  


How does class forname work in java?

0 Answers  


How do you clear a method in java?

0 Answers  






How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


List the three steps for creating an object for a class?

0 Answers  


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

4 Answers  


What are drawbacks of singleton class?

0 Answers  


What is the locale class in java programming?

0 Answers  


What is a dynamic array in java?

0 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

0 Answers  


Categories