Java Android Studio int to String

String.valueOf(int)//Int to String ==>To print the int
TheBeast