java string vers int code example Example: java string vers int String phrase = "12"; int i; i = Integer.parseInt(phrase);