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
What is regex java?
How do you print array in java?
What are void pointers?
What is a void in java?
What are the parts of a method?
What do you understand by the term string pool?
Why is the type for real numbers called double?
How hashset works internally in java?
In how many ways we can do synchronization in java?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Why string is immutable with example?
Write a function for palindrome and factorial and explain?
What if I write static public void instead of public static void in java?
What are some examples of variable costs?
Does java arraylist maintain insertion order?