Java Android Studio Int to String

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