Answer Posted / ravikiran(aptech mumbai)
no because the purpose of using both are opposite to each
other,An abtract class must have to get instantiated to
become concrete,where as final class should nn't get subclassed
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
What is a method in coding?
Is string is a keyword in java?
What do you mean by constant time complexity?
Why java is used everywhere?
State differences between C and Java?
What is the difference between checked exception and unchecked exception?
Can I import same package/class twice?
Can we force the garbage collection to run?
What are recursive functions?
What is java virtual machine? Explain
What is keyword and identifier?
What are the three types of design patterns?
What is the use of singleton?
how is final different from finally and finalize in java?
What do you mean by inner class in java? Explain