What does it mean that strings are immutable?


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

Post New Answer

More Core Java Interview Questions

did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,


What is bigger kb or mb?

0 Answers  


how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0

8 Answers   Accenture,






What is the difference between length and size in java?

0 Answers  


What problems will occur when you don?t use layout managers?

1 Answers  


What is an Exception ?

9 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


How can you set an applet’s height and width as a percentage?

0 Answers  


Explain about the security aspect of java?

0 Answers  


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


Categories