Is it possible to declare abstract class as final?What happens if we do so?
Answer / 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 |
Explain serialization and deserialization in java?
What are the differences between graph and tree?
Can we define private and protected modifiers for variables in interfaces?
why java is better then .net?
What is a buffer in java?
Can we override constructor in java?
Which object oriented concept is achieved by using overloading and overriding?
How do you clear a list in java?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
Is an integer an object?
What is the impact of declaring a method as final?
Which Java operator is right associative?