| Author |
difference between two string object
|
mohanasundaram muthukannan
Ranch Hand
Joined: May 29, 2008
Posts: 35
|
|
Hi greetings,
if string literals are identical, the compiler creates one String object for "Hello World" in the literal pool. It is then assigned to both str and str2. how refer str1 and str2 in string object?
what happened in memory ?
Please help me.
Advance Thanks.
Mohana sundaram.M
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4167
|
|
|
There is a Beginning Java section for beginners' questions, you know.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Which is where I will move this thread.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: difference between two string object
|
|
|