What classes of exceptions, caught by a catch clause?
A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between throw and throws keywords?
What are the basic control structures?
What are order of precedence and associativity, and how are they used?
What is deserialization and how do we do deserialization?
why ,we are using jsp and html.which one is better?
What is singleton math?
can we take more than one null values for Unique constraints.
How to obtain a performance profile of java program
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is the generic function?
Define canvas?
Can a class be private in java?