Answer Posted / ravikiran
try is used to enclose the code which is supposed to throw
an exception
catch is used to catch the exception which is raised with
in the try block
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the independent variable in an experiment?
What is the difference between abstraction and encapsulation?
What about interthread communication and how it takes place in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What are the skills required for core java?
Is ruby built on java?
What is meant by bytecode?
What are register variables what are the advantages?
What is api data?
What is thread count in java?
What is meant by interface?
What is static import in java?
Can we nested try statements in java?
Is special character in java?
What is compiler and what its output.