Answer Posted / tanveer
String class is immutable .To make the String immutable use String Buffer or String Builder classes which are mutable
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How do you define a set in java?
what are the disadvantages of indexes in oracle?
Which class is the superclass for every class in java programming?
Implement two stacks using a single array.
What is the difference between an if statement and a switch statement?
How do you identify independent and dependent variables?
Can an interface implement another interface?
How does remove work in java?
How would you convert bytes to string?
Can a class be private or protected in java?
Can one thread block the other thread?
What do you understand by overloading and overriding in java?
What is entry in java?
Explain heap sort?
Can a main method be overloaded?