give me the answer of this code
class A extnds String
This code we can write r not in Java? Explain?
Answer Posted / satish
it is not posible to extend String class because it is
final.if class is final we can't extend that class.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Which command from the jdk compiles a java program?
What is multithreading and its advantages?
Explain when we should make an instance variable private.
what is a thread pool in java and why is it used?
What is the purpose of sizeof operator?
What is the use of http-tunneling in rmi?
Do I need to import java.lang package any time? Why?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Can a boolean be null java?
What is a boolean expression in java?
Can memory leak happen java?
What two classes are used to read data only?
What is regex java?
how we can make a read-only class in java?
Difference between a class and an object?