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
Explain a situation where finally block will not be executed?
Can a constructor call the constructor of parent class?
What is purpose of find feature?
What languages are pass by reference?
What is dynamic array in java?
Why is a constant variable important?
What do you understand by classes in java?
When should I use singleton?
What will happen when using pass by reference in java?
Can we use catch statement for checked exceptions?
What does s mean in regex?
Explain java coding standards for classes or java coding conventions for classes?
What is the advantage of preparedstatement over statement?
What is the difference between pass by reference and pass by pointer?
How do you reverse a string in java?