Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

When you say String is immutable, what do you mean by that?
Say I have String s = "Ness"
s= s+"Technologies";
What will happen? If the value gets appended, then what is
the meaning of immutable here?

Answer Posted / bln

Every time a new String objects gets created in this case,
but if assigned value is not same. If assigned, value is
same, then it points to same memory location, even if it is
another variable. For ex;
String s="Test";
String s2="Test";

Now s, s2 points to the same memory location.

Is This Answer Correct ?    20 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does arrays sort do in java?

1083


How to reverse string in java?

1267


What is the tradeoff between using an unordered array versus an ordered array?

1293


What is a dynamic array in java?

1247


Differences between external iteration and internal iteration?

1213


What does provide mean construction?

1156


What is the purpose of lambda expressions?

1111


Explain garbage collection in java?

1040


What do bitwise operators do?

1051


Write a program to print fibonacci series

1239


Is jdk required on each machine to run a java program?

1365


Can you pass functions in java?

1076


What is the difference between char and char *?

1147


What is the java reflection api? Why it’s so important to have?

1028


What are Normalization Rules? Define Normalization?

1114