Regd the String literal
Hi,I just wanted to know how many objects are created for the following piece of code.String s ="23" + "43" + "56" + "45";Regards,Rohini
[171 byte] By [
rohini16a] at [2007-11-26 19:25:03]

> Hi,> > I just wanted to know how many objects are created> for the following piece of code.> > String s ="23" + "43" + "56" + "45";> > Regards,> RohiniHow many do you think?