Answer Posted / hari krishna
All the classes including the abstract classes can have
constructors.Abstract class constructors will be called
when its concrete subclass will be instantiated.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the synchronized method modifier?
List out benefits of object oriented programming language?
What is the disadvantage of java?
What is difference between length and length() method in java ?
Which graphs are functions?
What is meant by interface?
Is it necessary for the port addresses to be unique? Explain with reason.
how to create multithreaded program? Explain different ways of using thread? : Java thread
What do you mean by default constructor in java?
Can Exception handling we can handle multiple catch blocks?
What is a wrapper method?
Explain the difference between the public, private, final, protected, and default modifiers?
What is math exp in java?
What is visibility mode?
How to perform linear search in java?