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
Why put method is used?
What is the requirement of thread in java?
What does 3 dots mean in java?
Can a top level class be private or protected?
Can size_t be negative?
Explain differences between checked and unchecked exceptions in java?
Explain the difference between an object-oriented programming language and object-based programming language?
What is arguments in java?
Why does my function print none?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is nested top-level class?
Difference between error and exception
Explain about class in java?
What is a function argument in java?
what state does a thread enter when it terminates its processing? : Java thread