0
String.valueof() and Integer.tostring() does these both methods performs the same task to convert from string to int?
2 odpowiedzi
+ 5
I would recommend String.valueOf(), it has the ability to work with more data types.
+ 2
yes . on integer they are both the same