Catch(Exception e){
}
in that what is Exception and purpose of that in that place
exactly?
Answer Posted / kabita
bcoz Exception is d base class of all exceptions arise in d
programme.if u write this no need to consider what type of
exception is arised in try block of d programme.,it will
handle all d exception.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain implementation and how is it different from conversion?
What are the supported platforms by java programming language?
What is super in java?
How to sort an array from smallest to largest java?
Why do we use predicate in java?
What is the symbol for line break?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
How do you get length in java?
When throws keyword is used?
explain autoboxing in java?
In how many ways we can do synchronization in java?
Why doesn't the java library use a randomized version of quicksort?
What is variable length arguments in java?
List out benefits of object oriented programming language?
Can we call the constructor of a class more than once for an object?