A. raise ServiceException B. throw new ServiceException() C. throw ServiceException D. throws ServiceException
A.SQLException B.IOException C.NullPointerException D.OutOfMemoryError
A.可以有多個catch B.只能有一個catch C.可以沒有catch D.finally必須有