Can memory leak in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is deserialization?
How do you reverse a string in java without using string buffer?
Can we have any other return type than void for main method?
what is main difference between architecture,framework and design pattren
What is the difference between static class and normal class?
what is the use of StringBuffer?
What is the difference between replace and replace all?
Explain different types of wrapper classes in java?
what is default constructor and parameterised constructor with example?
Can you access non static variable in static context?
Why hashcode is used in java?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?