Answer Posted / kabita
we can handle exception by using
try
catch
finally
throw
throws.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does system arraycopy work in java?
What is a war file?
What is difference between checked and unchecked exception in java?
Explain the difference between an Interface and an Abstract class?
Why stringbuffer is faster than string?
What are the types of exceptions?
Difference between throw and throws?
What is treeset in java?
Define a package.
What is a class instance variable?
Can we synchronize static methods in java?
Why java is considered as platform independent?
Is overriding possible in java?
How can an object be unreferenced?
Can a class declared as private be accessed outside it’s package?