Task task0908 Exception while working with strings: As i understood from the lesson 4 we handle exceptions in either throw clause (here: public static void main(String[] args) throws Exception) or with try-catch block. Why we have both in this example? thank you