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
When should you make a function static?
Why we use multi threading instead of multiprocessing?
How is a variable stored in memory?
Why can't we override private static methods?
What is the declaration statement?
When should I use singleton?
Why do we need singleton class?
Is boolean a wrapper class in java?
What is use of set in java?
What is linked hashmap and its features?
Why runnable interface is used in java?
What kind of variables a class can consist of?
What is the difference between @before and @beforeclass annotation?
What is java oops?
How do you sort in java?