A、Since the method foo() does not catch the exception generated by the method baz(), it must  declare the RuntimeException in its throws clause.
B、A try block cannot be followed by both a catch and a finally block.
C、An empty catch block is not allowed.
D、A catch block cannot follow a finally block.
E、A finally block must always follow one or more catch blocks.