give me the answer of this code
class A extnds String
This code we can write r not in Java? Explain?
Answers were Sorted based on User's Feedback
Answer / anjani kumar jha
U cant extends String class because it is final class.
| Is This Answer Correct ? | 29 Yes | 1 No |
Answer / 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 |
Answer / ashwini kumar vatsa
class A extends String
because String is a pre defined class that is bind with java
api.so when we declares this statements that means we want to
access the api class String,but it cannot be access by the
users.
| Is This Answer Correct ? | 4 Yes | 15 No |
What is the role of garbage collector in java?
Explain the difference between jdk, jre, and jvm?
Is assembly language a low level language?
explain about method overloading and method overriding with difficult examples
what is session in java?
0 Answers Seventhsense Technologies,
when everything can be done by static block then why do we use main method?.
What is sizeof () operator?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?
Can a Byte object be cast to a double value?
Difference between vector and arraylist.
which class to use when concatenating strings in a loop.
What is array pointers ?