Why are strings immutable in Java?
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 |
Can a final variable be initialized in constructor?
Why are data types important?
What is the use of singleton class?
What is bom encoding?
what is d difference between deep cloning and shallow cloning in core java?
Is it possible to override the main method?
what is difference between front controller and action servlet?
Explain about map interface in java?
Why unicode is important?
Can a singleton class be inherited?
how would you implement a thread pool? : Java thread
how to print a numbers from 1 to 100 with out using control structures?