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
Is java ee a framework?
What is parsing a string?
Is char a method in java?
Can interface be private in java?
Describe method overriding
Explain the difference between runnable and callable interface in java?
Difference between final and effectively final ? Why is effectively final even required ?
When can we say that threads are not lightweight process in java?
Are static members inherited to sub classes?
What is a ternary operator in java?
What is reverse function?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is assembly language?
Define Multiprogramming and Multiprocessing in java.
What is charat java?