What is the 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

how session will be expired ?

4 Answers   Satyam,


How destructors are defined in java?

0 Answers  


Can you override static method in java?

1 Answers  


What is a dynamic array java?

0 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


Why are inner classes required?

3 Answers   Oracle,


Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


Is it necessary that each try block must be followed by a catch block?

0 Answers  


What is return data type?

0 Answers  


What is the difference between a public and a non-public class?

2 Answers  


how you will prevent method overriding?

6 Answers   HCL,


I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?

8 Answers   KPIT,


Categories