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
What does pointer mean?
What is string in java with example?
What is int lol?
What are inbuilt functions?
What is outofmemoryerror in java?
Mention some features of java?
What is the use of flag?
Why main() method is public, static and void in java ?
What is string and example?
Can finally block be used without a catch?
How do you insert a line break?
What is the collection interface?
How do you identify independent and dependent variables?
What is the difference between a synchronized method and a synchronized block?
What is mean by encoding?