Can i have abstract class with no abstract methods?
Answer Posted / poonam
Yes, we can have abstract class without abstract method.
Best example is HttpServlet
| Is This Answer Correct ? | 198 Yes | 11 No |
Post New Answer View All Answers
Why string is called as immutable?
What is Gang of four design patterns
What is a void method java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Outline the major features of java.
Is integer a class?
What is an empty class? What functionality does it offer in Java?
Is ++ operator is thread safe in java?
What is the static keyword?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
what is singleton class in java?
What is outofmemoryerror in java?
Is ruby built on java?
What's the difference between int and integer in java?
Can a function return a function?