What mechanism does java use for memory management?


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

Post New Answer

More Core Java Interview Questions

Difference between overriding and overloading in java?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What is hash table in java?

0 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

0 Answers  


What is generics in java interview questions?

0 Answers  






What is deserialization?

0 Answers  


What is the use of StringTokenizer class?

0 Answers   Hexaware, Virtusa,


What is meant by attribute?

0 Answers  


Write a java program for binary search?

0 Answers  


What is difference between iterator access and index access?

0 Answers  


how and when compiler knows that the Java code throws the checked Exception.

2 Answers   HSBC,


What are inbuilt functions?

0 Answers  


Categories