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 |
What is the meaning of course?
Can we have any code between try and catch blocks?
Why synchronization is important in java?
What’s a deadlock?
What are the Abstract Classes provided by Java?
How to convert string to char and vice versa?
If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
which pattern is default in scanner package?
Give us the name of the list layoutmanagers in java?
Name the runtime exceptions that occurs frequently?
Where import statement is used in a java program?
How to perform Singleton of the java class object on multi JVM?