Can i have abstract class with no abstract methods?
Answer Posted / saubhik
Yes, we can do it undoubtedly, in that case we restrict it
to make an object of it. Example.- HttpServlet
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is bean? Where it can be used?
What is the difference between abstract classes and interfaces?
What does provide mean construction?
What is super constructor?
What are the various access specifiers in java?
When is the finally clause of a try-catch-finally statement executed?
What is the difference between method overriding and overloading?
Write a program to reverse a number in java?
What are the 8 primitive data types in java?
Highest level event class of the event-delegation model?
What is the base class of all exception classes?
How do you sort a set in java?
What's the base class in java from which all classes are derived?
what are synchronized methods and synchronized statements? : Java thread
What modifiers may be used with a top-level class?