What is a memory leak in java?


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

Post New Answer

More Core Java Interview Questions

Which methods are used during serialization and deserialization process?

0 Answers  


What is finally block?

0 Answers  


What do you understand by the term singleton?

0 Answers  


How does linkedhashmap work in java?

0 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

0 Answers   IBS,


What are the names of interfaces that doesn't consists of method/s ?

3 Answers  


Explain about java sdk?

0 Answers  


Howmany address lines are required to addressing 1 MB memory?

8 Answers   Beatroot Technologies, CSC, HCL, Hexaware, IBM,


What is meant by 'bit masking' in java?

0 Answers   DELL,


Similarity and difference between static block and static method ?

0 Answers  


What are the 6 functions?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Categories