Can you make an instance of an abstract class?
Answer Posted / srinu
No. The abstract class can not be instantiated. No use
abstract class can be instantiated. I tell u sample Example
HttpServlet class contain purley undefined methods but it
declared as a Abstract class still no use can be instantited
for HttpServlet
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Why there is no call by reference in java?
what is the volatile modifier for? : Java thread
Can a private method of a superclass be declared within a subclass?
What do you mean by JVM?
Can we nested try statements in java?
What are predicates in java 8?
Is java util regex pattern thread safe?
What is function declaration?
How can we achieve thread safety in java?
What are filterstreams?
What is string example?
What about interrupt() method of thread class ?
What is method and methodology?
Explain aggregation in java?
Explain tree set and its features?