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
Why should we use singleton pattern instead of static class?
Explain the difference between association, aggregation and inheritance relationships.
What state is a thread in when it is executing?
What is final keyword in java? Give an example.
What is unicode with example?
please send me hr interview questions in it industry
What is protected access modifier?
What is string in java with example?
Which is better stringbuilder or stringbuffer?
Explain a situation where finally block will not be executed?
How do you sort a string in java?
What is int short for?
What is the difference between ArrayList and Vector? which one is better in Java
Why is string class considered immutable?
What is the concatenation operator in java?