class Scratch{ public static void main(String[] args){ String str = "50"; System.out.println( Integer.parseInt( str )); // Integer.parseInt() } }