SEPARATE catch blocks for a SINGLE try block can be combined into a single catch block. All TYPE of errors can be then handled in s single block. The type STILL have to be specified for the errors that MIGHT be produced.