memproses string ke int

String s = "1";
int i = Integer.parseInt(s);
earthstorm16