Can we extend the String class?
Answers were Sorted based on User's Feedback
Answer / om
No, we can not extend the String class b'coz it's a final
class...
if a class is final, it's not possible to perform
inheritance operation on that class
| Is This Answer Correct ? | 50 Yes | 4 No |
Answer / maurya
We can`t extends String class because java make it final
and thats why we say String in java are immutable.
final..
class--->can not inharitted.
method-->can not overridden
variable->its valu can not change after once initialized.
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / shashi shaw
no we cant.becoz string ia a immutable class.
| Is This Answer Correct ? | 6 Yes | 16 No |
How can we create a object of a class without using new operator.
Can list contain null in java?
How infinite loop is declared?
What is static keyword?
What the difference is between execute, execute Query, execute Update?
Explain an intermediate language?
Does constructor be static?
Definition for connection pooling?
What is yield () in java?
What is the use of java?
What is data type in java?
What does math floor () do?