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 do you canvas?
Write a program to solve producer consumer problem in java?
What is a text string?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What are the Static and Dynamic Variables? Differentiate them.
Can you declare a private method as static?
Explain importance of inheritance in java?
What are keywords give examples?
Why parameters should be passed by reference?
Explain public static void main(string args[]).
Is a boolean variable?
When should I use singleton?
Is java platform independent?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Can a abstract class be defined without any abstract methods?