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
Explain what access modifiers can be used for variables?
Explain the difference between private, public, package and protected in java?
What is an argument java?
what is predefined function in java?
What is the function of character?
What does math floor () do?
What is final?
Where is singleton pattern used?
What is difference between module and function?
Can we use String with switch case?
How a variable is stored in memory?
Explain the difference between protected and default access.
Write a program to reverse a number in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What does || || mean in math?