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 |
Can we extend singleton class in java?
How to change the priority of thread or how to set priority of thread?
What does n mean in java?
What is array initialization in java?
Can we override private methods?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
what is diffrence between .NET and java?
How is tree Mirroring implemented?
What is a function in programming?
Why java is call by value?
What is this () in java?
What is garbage collector?