why there are multiple catches for a try block.don't tell me
that there can be multiple exception of a code segment
that's why.tell me the real fact behind this.
Answer Posted / puneet khanna
You will need to have this for a basic reason that the
exceptions need to be caught and needed to be displayed if
your try block throws an exception say Array out of bound
exception which is a checked exception and you have only one
catch block which has the object of Exception class then
that Exception will be caught but you will not be able to
handle the particular array out of bound exception. so all
you need is to put all the exception in diff catch statement
which your try block may throw followed by the superclasses
of the exceptiontype subclasses .thus this is how you will
be able to handle each exception by its own way.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax and characteristics of a lambda expression? Explain
What is variable explain with example?
When parseint method can be used?
Explain different ways of creating a thread. Which one would you prefer and why?
What is object cloning in Java?
What is the Concept of Encapsulation in OOPS
What is the difference between sop and work instruction?
What is independent and dependent variables in research?
what is the purpose of using rmisecuritymanager in rmi?
How do you ensure that n threads can access n resources without deadlock?
What do you mean by append?
What is string buffer?
What are the 4 versions of java?
How would you convert bytes to string?
What do you understand by an io stream?