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 |
What is an immutable class?
What is the difference between post and put?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
What is the purpose of using java.lang.class class?
explain System.out.println()
What is called module?
What is proper subset?
Differentiate between a class and an object.
how to make a un-checked exception as a checked exception one.
What is abstraction in java?
0 Answers Akamai Technologies,
A class can be a subclass of itself?
How many types of memory areas are allocated by JVM in java?