Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / chandrasekhar.k
No,It is not mandatory, but sub class of abstract class
should be override by any one of the method from abstract
class .
Ex:i) javax.servlet.http.HttpServlet
ii) org.apache.struts.actions.DispatchAction, etc.,
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Why is stringbuffer called mutable?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Why singleton is not thread safe?
What language is java written?
Is alive in java?
What is skeleton and stub?
Explain listiterator and methods in listiterator?
Give few examples of final classes defined in Java API?
Is array passed by reference in java?
What is the difference between preparedstatement and statement in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is string and its types?
Explain the importance of throws keyword in java?
Should you use singleton pattern?
Is void a wrapper class?