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
Can list be final in java?
Can we write multiple catch blocks under single try block?
What is finalize()?
What is an infinite loop?
How do you override a private method in java?
What is a java predicate?
What is string substring?
Is there is any difference between a scrollbar and a scrollpane?
Why main() method is public, static and void in java ?
What is a control variable example?
How do you check if two given string are anagrams?
How to find the index of the largest number in an arraylist java?
Where are the local variables stored?
What is nested loop? What is dangling else condition in it?
Add a value x to array from index l to r where 0 <= l <= r <= n-1