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
What is a Transient Object?
What is binary tree in java?
Can we override tostring method in java?
What are the different types of methodologies?
Is math class static in java?
Which is dependent variable?
What is the difference between interface & abstract class?
Can java object be locked down for exclusive use by a given thread?
What is prime number in java?
What are the kinds of polymorphism?
what is singleton in java?
What all methods are used to prevent thread execution ?
Is ++ operator thread-safe in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are the two basic ways in which classes that can be run as threads may be defined?