Answer Posted / ravikiran(aptech mumbai)
abstract class contains abstract as well as non abstarct
methods,And the class cann't get instantiated.
abstarct method is the one which must get override in the
subclass
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is variable and its types?
What is meant by distributed application? Why are we using that in our application?
What is runtime locatable code?
What is an example of a constant variable?
What is the use of object and class classes?
Why are the methods of the math class static?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is an anonymous class in java?
How does multithreading take place on a computer with a single cpu?
What is implicit object in java?
Why constructor has no return type?
What is currentthread()?
Why there is no call by reference in java?
Can we override the static methods?
What is a method type?