what is meant by encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
Can an anonymous class be declared as implementing an interface and extending a class?
Write a program to check string is palindrome without using loop?
What are untrusted applets?
What do you understand by java virtual machine?
Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
What are runtime exceptions?
What is the use of string and stringbuffer?
How to make a non daemon thread as daemon?
How many bits is a char?
Do we have pointers in java?
How do you declare an array 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?