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 oops in java?
What is jpa specification?
What is java volatile?
Is a string literal?
How can a gui component handle its own events in java programming?
What is the use of object and class classes?
What languages are pass by reference?
What does @param args mean in java?
Why singleton is not thread safe?
Can a class have an interface?
Give any two differences between C++ and java.
What is a class instance variable?
How do you find the absolute value?
How do you differentiate abstract class from interface?
Describe 2 different ways to concatenate two strings.