What is memory leak and how does java handle it?
No Answer is Posted For this Question
Be the First to Post Answer
How can a gui component handle its own events?
What are the parts of methodology?
Explain Linked HashSet
Define an enumeration?
Tell me about your ability to work under pressure
List out benefits of object oriented programming language?
What is difference between hashset and hashmap in java?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
How garbage collection is done in java?
What is math floor in java?
Can you make an instance of an abstract class?
when,where and how to use abstract class and interface