but explanation tellsInteger r = 100 + Integer(s1); //This will cause compilation failure
in first case "compilation failure" in the second "runtime". For me explanation looks right. Maybe its a good idea to correct the question?1. the string "2_0" does not represent a valid int value and so, it will throw a NumberFormatException at runtime.