Can classes declared using the abstract keyword cab be instantiated?



Can classes declared using the abstract keyword cab be instantiated?..

Answer / Pramod Singh Bisht

"No, classes declared as abstract cannot be instantiated because they are meant to be used as base classes for other classes. An abstract class contains one or more abstract methods (methods without an implementation) and can have both abstract and concrete (implemented) methods."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the meaning of course?

1 Answers  


Can we have any code between try and catch blocks?

1 Answers  


Why synchronization is important in java?

1 Answers  


What’s a deadlock?

1 Answers  


What are the Abstract Classes provided by Java?

5 Answers   Oracle,


How to convert string to char and vice versa?

1 Answers  


If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.

2 Answers  


which pattern is default in scanner package?

1 Answers   Satyam,


Give us the name of the list layoutmanagers in java?

1 Answers  


Name the runtime exceptions that occurs frequently?

4 Answers  


Where import statement is used in a java program?

1 Answers  


How to perform Singleton of the java class object on multi JVM?

2 Answers  


Categories