Give a man a fish, he'll eat for one day. Teach a man to fish, he'll drink all your beer.
Cheers, Jeff (SCJP 1.4 all those years ago...)
:d
"I'm not back." - Bill Harding, Twister
Unity can only be manifested by the Binary. Unity itself and the idea of Unity are already two.
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
Unity can only be manifested by the Binary. Unity itself and the idea of Unity are already two.
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
SCJP 1.4 (93%)<br />SCJD (In progress. It can run, but it can't hide...)
"I'm not back." - Bill Harding, Twister
RB
RB
Originally posted by Parameswaran Thangavel:
hi ragul
String s1 = "aa";//creates one object in string pool
String s2 = "a" + "a"; //creates one more for 'a' in string pool
creates only 1 object and not 3.
thanks to javap and Jim.
--------------------
to my knowledge the number of objects should be 'two' not 'one'
RB
SCJP 1.5<br />SCWCD 1.4
Each string literal is a reference (�4.3) to an instance (�4.3.1, �12.5) of class String (�4.3.3). [...] String literals-or, more generally, strings that are the values of constant expressions (�15.28)-are "interned" so as to share unique instances, using the method String.intern.
All literal strings and string-valued constant expressions are interned.
"I'm not back." - Bill Harding, Twister
Be Afraid...Be very Afraid...
Be Afraid...Be very Afraid...
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
Be Afraid...Be very Afraid...
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
"I'm not back." - Bill Harding, Twister
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|