What is string immutability?


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

Post New Answer

More Core Java Interview Questions

What is a newline character in java?

0 Answers  


What are init(), start() methods and whey they are called?

2 Answers  


Name the packages in JDK?

2 Answers  


List the interfaces which extends collection interface?

0 Answers  


How do you generate random numbers in java?

0 Answers  






What is an object's lock and which object's have locks in java programming?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Explain the use of javap tool.

0 Answers  


what is enumset?

0 Answers  


what is custom tags with example?

3 Answers   Amdocs,


What does flagged out mean?

0 Answers  


Categories