Can you make an instance of an abstract class?

Answers were Sorted based on User's Feedback



Can you make an instance of an abstract class? ..

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

Can you make an instance of an abstract class? ..

Answer / kanu

No. The abstract class can not be instantiated. They can
only be declared. The class might choose to do this if the
abstraction it represents is so general that it has to be
specialized in order to be of practical use.

Is This Answer Correct ?    9 Yes 3 No

Can you make an instance of an abstract class? ..

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

Can you make an instance of an abstract class? ..

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

Can you make an instance of an abstract class? ..

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

Post New Answer

More Core Java Interview Questions

What is parsing a string?

0 Answers  


How do you insert a line break?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


How to convert String into primitive datatype.

6 Answers  


what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

7 Answers   emc2, Kumaran Systems,






What is a class variable?

0 Answers  


What is internal variable?

0 Answers  


Can we split string with in java?

0 Answers  


What is vector capacity in java?

0 Answers  


What is difference overloading and overriding?

0 Answers   Cyient,


What is the loop in java?

0 Answers  


how to create constants in java?

0 Answers  


Categories