What is string immutability?
No Answer is Posted For this Question
Be the First to Post Answer
What is a newline character in java?
What are init(), start() methods and whey they are called?
Name the packages in JDK?
List the interfaces which extends collection interface?
How do you generate random numbers in java?
What is an object's lock and which object's have locks in java programming?
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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain the use of javap tool.
what is enumset?
what is custom tags with example?
What does flagged out mean?