What are namespaces in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about collection interface in java?
What is aggregation?
what are ER diagrams?
What is super keyword in java ?
What are data structures in java?
What do you understand by classes in java?
What restrictions are placed on method overloading in java programming?
In what types of operations an ArithmeticException will be thrown?
How does linkedlist work in java?
Is a char always 1 byte?
Is finalize() similar to a destructor?
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?