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
How to make a class or a bean serializable?
Can you call a method on a null object?
What is autoboxing in java?
What is lossy conversion in java?
what is server side caching?
Can we override the private methods?
What is static data type in java?
What is exception hierarchy in java?
Can we access instance variables within static methods ?
Can we force garbage collector to run ?
What are the restriction imposed on a static method or a static block of code?
How can constructor chaining be done using this keyword?
what is the purpose of the runtime class?
Where are global variables stored?
What is use of functional interface in java 8? Explain