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
What are serialization and deserialization?
Give the hierarchy of inputstream and outputstream classes.
What is files manifesting?
What is hashtable and explain features of hashtable?
What are inner classes or non static nested classes in java?
What is the purpose of a default constructor?
How do you reverse a word in java?
What is downcasting?
What is a variable analysis?
How do you get the length of a string in java?
What does function identity () do?
What is a arraylist in java?
What is the use of accept () method in java?
What is data member in java?
You're given a Boolean 2D matrix, can you find the number of islands?