convert long to string
You were searching for "convert long to string". These posts might be of interest:
JSP: Convert LONG <-> STRING
Filed in: Web Development — April 12th, 2004
In programming, we always come accross the data type convertion. Here is how to convert String to Long and vise versa in JSP.
long –> String
myStringVariable = String.valueOf(myLongVariable);
String –> long
myLongVariable = Long.parseLong(myStringVariable);
Source: Re: data type conversion | Sun.com
Comments Feed
TrackBack URL


April 14th, 2004 at 12:50 pm
lcf, how do u fix disabled “save target as” & “print target” options when u right-click on a link?
April 14th, 2004 at 1:53 pm
I don’t think you can disable it because it is related to the browser.
the alternative will be disable right click on link.
April 14th, 2004 at 7:10 pm
nonono, i mean, for me, those options are now disabled no matter which link i click on, no matter which site. so i was hoping u can tell me wats wrong, hehe.
April 16th, 2004 at 7:50 pm
found out wat the prob was! http://support.microsoft.com/default.aspx?scid=kb;EN-US;176316
April 16th, 2004 at 8:43 pm
oh… Content Advisor huh?
thank you for the information.