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
Is oracle charging for java?
What are the types of java languages?
What is ellipsis in java?
Explain about the interpreter in java?
Implementations of set interface?
What is thread start?
What is the difference between jdk, jre, and jvm?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Does importing a package imports its sub-packages as well in java?
Is null an object in java?
What is method in java ?
Is arraylist zero based?
Is null an object java?
How to print an arraylist in java?
What is the map interface in java programming?