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 is data string?
What language is pass by reference?
What is difference between this and super keyword?
What are methods in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
what is inner class in java?
Define how does a try statement determine which catch clause should be used to handle an exception?
How do you classify Dialog Box?
What is a nonetype?
What is garbage collection? What is the process that is responsible for doing that in java?
Does java initialize arrays to zero?
Is a copy constructor?
What is the generic function?
How to perform merge sort in java?
What is static variable with example?