Can you make an instance of an abstract class?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How garbage collection is done in java?

767


Why put method is idempotent?

650


What is the tradeoff between using an unordered array versus an ordered array?

914


what is the difference between preemptive scheduling and time slicing? : Java thread

756


Explain jdk, jre and jvm?

759


What is the platform?

746


How is treeset implemented in java?

722


How to call one constructor from the other constructor ?

800


What are triggers in DB? Explain their types. How do they work?

855


How do you format in java?

771


Can private members of a base class are inheritable justify?

680


How does compareto work in java?

778


Can static methods be inherited?

765


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2569


what is thread? What are the high-level thread states? : Java thread

1010