Can i have abstract class with no abstract methods?
Answer Posted / brainindia
yes,abstract class contains non abstract methods and as well
as abstract methods also.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between method overloading and overriding.
Can we extend singleton class in java?
Does string is thread-safe in java?
What are the types of relation?
What is arrays aslist in java?
Explain the term virtual machine?
what is the difference between process and thread? : Java thread
What is the static block?
Why are getters and setters used?
Can a static class have a constructor java?
What is the purpose of checked and unchecked exceptions in JAVA?
What are untrusted applets?
Difference between string, string builder, and string buffer?
What is the purpose of skeleton and stub?
How do you detect memory leaks?