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 Applet Stub Interface ?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
Explain jdk, jre and jvm?
What is immutable in java?
How do you declare an empty string?
What is a finally block? Is there a case when finally will not execute?
How do you define a variable?
Can you explain the cs option of java interpreter?
What is time complexity algorithm?
What for read() function?
Can a class be a super class and a sub-class at the same time? Give example.
What is the default size of load factor in hashing based collection?