Recommended: SEO for WordPress Secrets
 

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

advertisement

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

Bookmark and Share

Read also:

What do you think? 5 Responses to “JSP: Convert LONG <-> STRING”

Comments Feed | TrackBack URL
  1. #1
    wazzup_leh Says:

    lcf, how do u fix disabled “save target as” & “print target” options when u right-click on a link?

  2. #2
    LcF Says:

    I don’t think you can disable it because it is related to the browser.
    the alternative will be disable right click on link.

  3. #3
    wazzup_leh Says:

    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.

  4. #4
    wazzup_leh Says:

    found out wat the prob was! http://support.microsoft.com/default.aspx?scid=kb;EN-US;176316 :P

  5. #5
    LcF Says:

    oh… Content Advisor huh? :) thank you for the information.

Comments are closed. Submit your comment here