Exception test

Looks like it, indeed, does the first catch and then hops out...

expert:/opt/java/oracle/samples/thin> java Employeetest
Failed to load JDBC/ODBC driver. Cannot find class

OK, try with the first commented out:

expert:/opt/java/oracle/samples/thin> javac Employeetest.java
expert:/opt/java/oracle/samples/thin> java Employeetest
Failed to load JDBC/ODBC driver.

OK, try with the order different:

expert:/opt/java/oracle/samples/thin> javac Employeetest1.java

Employeetest1.java:15: catch not reached.
    catch (ClassNotFoundException e) {
    ^
1 error