Can i have abstract class with no abstract methods?
Answer Posted / shraddha
yes abstract class can have zer or more abstract methods
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by composition in java?
Is int a class in java?
Tell us something about an iterator.
What is the implementation of destroy method in java. Is it native or java code?
Describe method overriding
What is the purpose of interface?
In how many ways we can do exception handling in java?
What does a void function return?
How do I find and replace in word?
Does java have extension methods?
What is the final class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the difference between choice and list?
Why constructor has no return type?