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 difference between static and global variables and also define what are volatile variables?
What is the significance of continue jump statement? Explain with an example.
Explain the selection sort algorithm and state its time complexity?
What is the largest number a double can hold?
What is boolean flag in java?
What is the meaning of course?
Can a class extend more than one class?
Why vector is used in java?
How will you invoke any external process in java?
How many bits are in a sentence?
When throws keyword is used?
Explain OOPs concept.
What does it mean that a class or member is final?
Can we execute java program without main method?
How do you know if a value is nan?