| Author |
Number of string objects being created
|
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Hi all, In the following two cases, how many string objects are being created? Thanks. [ September 23, 2008: Message edited by: Arjun Reddy ]
|
Be Humble... Be Nice.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
1) 1 object 2) 2 objects (one in the String constant pool if there is no matching one for "hey" and one in the heap)
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
|
Thanks Vijitha.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Number of string objects being created
|
|
|