Can you make an instance of an abstract class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajasri
No, An abstract class can not be instantiated but we can
create reference for that class
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / hemant chouhan
you cant create the object or instance of abstract class
but you can create the reference of that class .actually
the abstract is a incomplete class since you provide the
implementation in the subcalss of abstrace so jvm prevent
if any one create the instance of that class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anitha
Directly we con't Instantiate an Abstract Class.but through
an implementation class we can do it.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the advantages of unicode?
What are other modifiers?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Can constructor return value?
What is var keyword ?
use of wrapper classes?
What is the purpose of format function?
5 Coding best practices you learned in java?
HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
What is the difference between method and means?
How will you call an Applet using Java Script Function?
Explain about abstract classes in java?