7,248 views
3 votes
3 votes

Which of these is a super class of all errors and exceptions in the Java language?

  1. Runtime Exceptions
  2. Throwable
  3. Catchable
  4. None of the above

3 Answers

Answer:

Related questions

464
views
1 answers
1 votes
gatecse asked Dec 9, 2020
464 views
What is the output of the following program?abstract class sum { public abstract int sumOfTwo(int n1, int n2); public abstract int sumOfThree(int n1, int n2, int n3); ... $\text{Error}$
454
views
1 answers
1 votes
gatecse asked Dec 9, 2020
454 views
Which of the following construct is not supported by Java Server Pages?$\text{JSP}$ Directives$\text{JSP}$ Scriptlets$\text{JSP}$ Actions$\text{JSP}$ Reaction