In java, int variables are strongly converted into String variables?
Use integer.tostring (intdata) directly; Ok ... you don't need to do anything else, and you don't need to import the class package, because the Integer class is located in the java.lang package ... and the string class is in the same location ... Remember that this method will return a string data, and you need to use a variable in front to accept the returned data.