Hi frnds, in some book i read that but dont understand this (when u create String object it cant change value) can anybody tell me about this. thanx
Keep Simlling
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
posted
0
Aftab, the book is correct. String objects are immutable. i.e. thay can not me changed or modified. Anything that seems like it is changing the string such as concat(), +, etc. is actually creating a new string object. Bosun
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley