Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert integer to string

807597Sep 12 2005 — edited Aug 22 2008
how to convert integer to string ?

int nVal = 5;

String sVal = "";

sVal = ?? nVal;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2008
Added on Sep 12 2005
13 comments
505 views