Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by checked exceptions?
What is the difference between multitasking and multithreading in Java
What is finally block?
What is the difference between a factory and abstract factory pattern?
What is super?
What does escaping a character mean?
What methodology can be utilized to link to a database?
How many types of keywords are there?
Why does java not allow multiple public classes in a java file ?
What are passing parameters?
What is difference between add() and addelement() in vector?
What are variable arguments or varargs?
What is the use of System class?
What is hash in java?
What does %4d mean in java?