News

String are immutable in java..i.e they are constant.Any modifiction to the String leads new object cretions. two ways to create String objects using String literal and using new object. Creating ...