πŸ“Š JAVA
Q. Which of the following statements is NOT true about creating your own exceptions?
  • (A) Typically, constructors are the only methods that you include when you define your own exception class.
  • (B) The exception class that you define extends either the class Throwable or one of its subclasses.
  • (C) ---
  • (D) Handle the exception in the try block or handle the exception in the catch block.
πŸ’¬ Discuss
βœ… Correct Answer: (C) ---

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
270
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate