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
What is formatted output in java?
What are unchecked exceptions in java?
How arrays are stored in memory in java?
What are the access modifiers in java?
Explain method local inner classes ?
What is functional interface in javatpoint?
What is string :: npos?
How do you find the absolute value?
Does hashset allow duplicates in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is set string?
describe method overloading
What is high level language in computer?
How we can declare a static variable?
What does method mean?