Answer Posted / janet
An abstract class is a class designed with implementation
gaps for subclasses to fill in and is deliberately
incomplete.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we create public static method in java?
What is the difference between a switch statement and an if statement?
Is jdk required on each machine to run a java program?
What is the purpose of a volatile variable?
What is length in java?
what is the difference between a threads start() and run() methods? : Java thread
Explain yield() method in thread class ?
What all methods are used to prevent thread execution ?
List the interfaces which extends collection interface?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is Classloader in Java?
What is the difference between compiler and jvm?
How many types of assembly languages are there?
What is the vector class in java programming?
Where is the singleton class used?