This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
HCL,
1046
Difference between current previous versions of Java?
Why java is object oriented?
What is the platform?
What is the method in java?
What is multithreading in java?
What is data string?
What is integer size in java?
What is a boolean expression in java?
What is a constructor, constructor overloading in java?
How can you handle java exceptions?
What are methods in java?
Why we do exception handling in java and how many types of exceptions are there?
What is array size in java?
How do you test a method for an exception using junit?
What do you mean by object?