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 is static and final keyword in java?
What is anagram in java?
What is jvm? Why is java called the platform independent programming language?
What is thread life cycle?
Why java is platform independent? Explain.
Explain restrictions for using anonymous inner classes?
What are the topics in advance java?
What is ctrl m character?
How do you print array in java?
What is singleton class and how can we make a class singleton?
What is meant by distributed application? Why are we using that in our application?
Can you override a final method?
What is difference between jdk,jre and jvm?
What is consumer interface?
How do you create immutable object in java?