give me the answer of this code
class A extnds String
This code we can write r not in Java? Explain?
Answer Posted / anjani kumar jha
U cant extends String class because it is final class.
Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What do you mean by synchronized non access modifier?
Can I import same package/class twice?
How to create a custom exception?
What is dot operator?
What will happen if a thrown exception is not handled?
Differentiate jar and war files?
What is runtime locatable code?
Can a method inside a interface be declared as final?
What is the order of arraylist in java?
When will you define a method as static?
What is the base class of all exception classes in java?
What is a parameter in simple terms?
Why a dead thread occurs?
What is the difference between equals() and?
What is difference between equals and hashcode method?