Why is a string immutable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is difference between calling start() and run() method of thread?

0 Answers  


How to sort array of 0 and 1 in java?

0 Answers  


Can we declare register variable as global?

0 Answers  


What is byte code and why is it important to java’s use for internet programming?

0 Answers  


difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


if a java file without any source code is valid java file?

3 Answers   SparkTG,


What is the reflection?

0 Answers  


What's the base class of all exception classes?

0 Answers  


Can applet in different page/s communicate with each other?

1 Answers  


What does string intern() method do?

0 Answers  


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

0 Answers  


What is polymorphism and what are the types of it?

0 Answers  


Categories