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
does java support pointers?
Why stringbuilder is not thread safe?
What is the Concept of Encapsulation in OOPS
What is singleton pattern?
What is method in java ?
Do I need to import java.lang package any time? Why?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is api in java?
What is set string?
What do you understand by an io stream?
How does queue work in java?
Can an interface be final?
Explain creating threads by implementing runnable class?
What is thread synchronization in java?
How does varargs work in java?