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 |
What is the difference between integer parseint and integer valueof?
Difference between linkedlist and arraylist.
How many types of methods are there in java?
why java uses class level type casting ?
Why can't we make jsp as a controller and action servlet in struts?
what is unreachable code problem in multiple catch statements
how to create multithreaded program? : Java thread
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
How do listeners work?
What is the purpose of a statement block?
What are the different access modifiers available in java?
what is java bean?where can we use it?