+ 1
How to convert INT to String in Java language?
If user inputs the int value as 625. And I want to convert it's data type into string. By keeping the input same. means int i= 625; and I want to convert it into String data type.. like String j= int i; đđđ please help me in this..
7 Answers
+ 7
@Rohan Seeing your problem was resolved already it would be great if you can mark the answer that you find useful to encourage the community to help each other out. đ
+ 2
Integer.toString(int)
+ 2
thank you so much.....
Lord Hill and Sergiu Panaite..
+ 2
I did one small Java program...
I will paste it soon
+ 1
ok sir..