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
How can we make string upper case or lower case?
Why synchronization is important in java?
What do you understand by abstract classes?
What is parameter example?
What are void methods?
What are the advantages of compiled language?
What is a lightweight component?
What is the properties class in java programming?
What is the symbol for line break?
What is the symbol for space?
What is the purpose of main function in java?
Why we use methods in java?
What are different exception types exceptions available in java ?
How do I enable java in safari?
Tell me how many ways are there to initialise an integer with a constant.