Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
new String

new String

2005-10-17       - By Sonali Kansara

 Back
Reply:     1     2     3     4     5     6     7     8     9  


Yes Frans is right ......... its a concept called interned strings
...........

In case of compile time constant strings , a string available from the
pool is utilized instead of creating a new instance of the string .

So

String s1 = "Test5" ;
String s2 = "Test5"  ;
String s3 = "Test"+"5" ;

int i = 5 ;
String s4 = "Test"+i ;

Here s1 , s2 , s3 are refering to the same instance of Test5 while s4
creates a new instance .


Regards ,
Sonali


Notice: The information contained in this e-mail message and/or attachments to
it may contain confidential or privileged information.   If you are not the
intended recipient, any dissemination, use, review, distribution, printing or
copying of the information contained in this e-mail message and/or attachments
to it are strictly prohibited.   If you have received this communication in
error, please notify us by reply e-mail or telephone and immediately and
permanently delete the message and any attachments.  Thank you

===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".


<br><font size=2 face="sans-serif">Yes Frans is right ......... its a concept
called interned strings ...........</font>
<br>
<br><font size=2 face="sans-serif">In case of compile time constant strings
, a string available from the pool is utilized instead of creating a new
instance of the string .</font>
<br>
<br><font size=2 face="sans-serif">So </font>
<br>
<br><font size=2 face="sans-serif">String s1 = &quot;Test5&quot; ;</font>
<br><font size=2 face="sans-serif">String s2 = &quot;Test5&quot; &nbsp;;
</font>
<br><font size=2 face="sans-serif">String s3 = &quot;Test&quot;+&quot;5&quot;
; </font>
<br>
<br><font size=2 face="sans-serif">int i = 5 ;</font>
<br><font size=2 face="sans-serif">String s4 = &quot;Test&quot;+i ;</font>
<br>
<br><font size=2 face="sans-serif">Here s1 , s2 , s3 are refering to the
same instance of Test5 while s4 creates a new instance .</font>
<br>
<br>
<br><font size=2 face="sans-serif">Regards , </font>
<br><font size=2 face="sans-serif">Sonali </font>
<br>
<table><tr><td bgcolor=#ffffff><font color=#000000>Notice: The information
contained in this e-mail message and/or attachments to it may contain
confidential or privileged information.   If you are not the intended recipient
, any dissemination, use, review, distribution, printing or copying of the
information contained in this e-mail message and/or attachments to it are
strictly prohibited.   If you have received this communication in error, please
notify us by reply e-mail or telephone and immediately and permanently delete
the message and any attachments.  Thank you<br>
</font></td></tr></table>
===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".
<p>

©2008 junlu.com - Jax Systems, LLC, U.S.A.