Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Pour déclarer une nouvelle Exception MonException en Java, quelle est la bonne déclaration parmi les suivantes
MonException
public class MonException try Exception {};
public class MonException throw new Exception();
public class MonException extends Exception { };
public class MonException implements Exception {};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!