In what ways you can handle exception ?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
using try catch
using throws for delegation of exceptions
using throw to define an exception
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kabita
we can handle exception by using
try
catch
finally
throw
throws.
| Is This Answer Correct ? | 1 Yes | 1 No |
Ducking is automatic in checked exception?True or false
What is the difference between overriding and overloading in OOPS.
0 Answers Axtria, ITC Indian Tobacco Company,
how can u apply shallow cloning and deep cloning to create object?
Can an interface be defined inside a class?
what is Thread priority?
4 Answers Tech Mahindra, Wipro,
If two threads have same priority which thread will be executed first ?
Explain importance of inheritance in java?
what is the difference between future and callable interface in java?
What is a local, member and a class variable?
What is a layout manager and what are different types of layout managers available in java awt?
What is files manifesting?
Can we override constructor in java?