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
In a class implementing an interface, can we change the value of any variable defined in the interface?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is unmodifiable list in java?
Difference between keyword and identifier.
Is null == null in java?
Explain features of interfaces in java?
What is user defined exception in Java?
What is variable argument in java?
Difference between linkedlist and arraylist.
What are the supported platforms by java programming language?
Which is faster call by value or call by reference?
What is field name?
What is string pooling concept?
How many types of operators are there?
Which containers use a flowlayout as their default layout in java programming?