Answer Posted / 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 |
Post New Answer View All Answers
Is assembly language a low level language?
What is the purpose of encapsulation?
What is the independent variable in an experiment?
What is the diffrence between inner class and nested class?
What does method mean?
What is array command?
What are the advantages and disadvantages of object cloning?
What is java util hashmap?
What are the types of methods in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is bigger kb or mb?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is the meaning of 3 dots in java?
How many bits is a word?
What is protected access modifier?