return(null) statement will execute when any exception occure.If no exception occur then Program will executereturn Class.forName(a).newInstance();and will end .