int sample2 = Integer.parseInt("47"); // returns 47 int sample3 = Integer.parseInt("+4"); // returns 4