Can multiple catch statements be used in exceptions ?
Answer Posted / devarathnam
YES. u can use multipel catch statements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the features of java?
What is the difference between static class and normal class?
Explain exception chaining in java?
Is null false in java?
What is the finalize method do?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the use of arrays tostring () in java?
Explain creating threads by extending thread class ?
Is string thread safe in java?
What is final access modifier in java?
What are the object and class classes used for?
do I need to use synchronized on setvalue(int)? : Java thread
What access modifiers can be used for methods?
What are bind parameters?
Is alive and join method in java?