English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

it's about java

2006-11-29 17:19:14 · 2 answers · asked by John Paul 1 in Computers & Internet Programming & Design

2 answers

http://tns-www.lcs.mit.edu/manuals/java-api-1.1beta2/api/java.lang.String.html

2006-11-29 17:27:55 · answer #1 · answered by jacinablackbox 4 · 0 0

Why don't you look that up on Java's official site? Immutability is an abstract idea not some programming construct; it means the data in memory is locked against writing so all the methods are returning a String a copy of the String of the original with appropriate slicing and dicing applied to that String.

2006-11-29 17:29:10 · answer #2 · answered by Andy T 7 · 0 0

fedest.com, questions and answers