Why are strings immutable in Java?



Why are strings immutable in Java?..

Answer / hrindows@gmail.com

Strings in java are frequently used for hashmap keys. Now if someone changes the value of the string it will cause severe discrepancies. Hence strings are made immutable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a final variable be initialized in constructor?

0 Answers  


Why are data types important?

0 Answers  


What is the use of singleton class?

0 Answers  


What is bom encoding?

0 Answers  


what is d difference between deep cloning and shallow cloning in core java?

3 Answers   Satyam,


Is it possible to override the main method?

0 Answers  


what is difference between front controller and action servlet?

2 Answers  


Explain about map interface in java?

0 Answers  


Why unicode is important?

0 Answers  


Can a singleton class be inherited?

0 Answers  


how would you implement a thread pool? : Java thread

0 Answers  


how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


Categories