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
What are the topics in core java?
What are the differences between this and super keyword?
Is main a keyword in java?
Can we force garbage collector to run ?
What is an infinite loop? How infinite loop is declared?
What is meant by structural programming?
Is intellij better than eclipse?
What is main function purpose?
Why does java not support operator overloading?
Which class is used by server applications to obtain a port and listen for client requests?
Why are parameters used in functions?
Explain about serializable interface in java?
What do you mean by platform independence? What is an interface?
Can a abstract class be declared final?
how can you take care of mutual exclusion using java threads? : Java thread