What is the purpose of the finally clause?
Answers were Sorted based on User's Feedback
Answer / dhawal
the code block in finally block must be executed if
exception throws or not,except if we write system.exit(0);
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ranganathkini
The finally clause is used to ensure that a single statement
or a set of statements are executed irrespective of whether
or not an exception is thrown/caught inside a method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran
finally clause is used to get executed irrespective of the
exception raising inorder to conserve the resources
| Is This Answer Correct ? | 3 Yes | 1 No |
What is double in java?
How many arguments can be passed to main ()?
Write a program to print count of empty strings in java 8?
What is identifier with example?
What is the use of default method in interface in java?
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,
Is string is a class in java?
What is the program compilation process?
Why java is free from garbage values??
What is the public field modifier?
define the terminology association.