Is it possible to declare abstract class as final?What happens if we do so?
Answer Posted / shruti k
Abstract call cannot be declared as final, if done so class can't be instantiated
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a static block throw exception?
Does java map allow duplicates?
What do you mean by object?
What is java and their uses?
Explain access modifiers in java.
What is the diffrence between inner class and nested class?
Is set sorted in java?
Can Exception handling we can handle multiple catch blocks?
How do we access static members in java?
What is initial size of arraylist in java?
Can we define a package statement after the import statement in java?
Explain what is encapsulation?
Can an abstract class be a final class?
What happens if I remove static from main method?
Why is java not 100% pure oops?