public class ArrayManipulations {
    public static void main(String[] args) {
        String name = num.toString();
        System.out.println(name); // want to convert this back to int 
        System.out.println(num.getClass().getName() + '@' + Integer.toHexString(num.hashCode()));
}
}
Now i want to convert the name back to integer. is it possible???
 
     
     
     
     
     
     
    