How to avoid 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

Does 'true' and 'false' are keywords?

5 Answers  


In Java, what’s the purpose of static methods and static variables?

2 Answers  


How to create an immutable class?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


can u give one sinario when you use Abstract Class and When you use Interface.

5 Answers   ITC Infotech,


Explain the meaning of java applet.

0 Answers   TCS,


What is computer compiler?

0 Answers  


How many types of keywords are there?

0 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


What are different types of inner classes ?

0 Answers  


How do I print a “?

0 Answers  


Which is better arraylist or vector?

0 Answers  


Categories