Is Constructor possible in abstract class in java ?
No Answer is Posted For this Question
Be the First to Post Answer
What is formatted output in java?
List some java keywords sun like c, c + + keywords?
Distinguish between a predicate and a function?
What are the observer and observable classes?
What is string buffer?
What is the technique adopted to create an immutable class?
What is high level language in computer?
What are the different types of java?
Explain the difference between runnable and callable interface in java?
What is object cloning in Java?
0 Answers SwanSoft Technologies,
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?
What are interfaces?