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
can java object be locked down for exclusive use by a given thread? : Java thread
What is the difference between a vector & an array list?
What is string data type?
What is string made of?
What is a boolean used for?
What if constructor is protected in java?
What is stored procedure. How do you create stored procedure ?
can I implement my own start() method? : Java thread
What is thread life cycle?
Can You Have Virtual Functions In Java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Explain numeric promotion?
Can constructor be inherited?
Can a class be a super class and a sub-class at the same time? Give example.
How do you clear a method in java?