Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2005

Tip: Looking for answers? Try searching our database.

string memory

Thread view: 
Boki - 03 Nov 2005 02:59 GMT
Hi All,
           It seems that cost two memory spaces, right? so what I have to
do is assign errorStr=null when I want to assign a new variable.
----------------------------------
public static String errorStr = null;

{
..
..
errorStr="error A";
..

..
errorStr="error B";
.

}
----------

Thank you very much!
Best regards,
Boki.
Roedy Green - 03 Nov 2005 09:31 GMT
> public static String errorStr = null;
>
[quoted text clipped - 10 lines]
>}
>----------

in this code the there are two String literals that will sit in the
pool.  All errorStr ever does is point to one or the other. no extra
copy is made.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

bokiteam@ms21.hinet.net - 03 Nov 2005 19:30 GMT
really ?

Thanks a lot.

Best regards,
Boki.
Roedy Green - 03 Nov 2005 20:16 GMT
>really ?

If it weren't, don' t you think there would be several posts by now
pointing that out?
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.