What will happen if we cannot mention "finally" in Java
Program ???
Answer Posted / busi
Nothing happend , if any information should be displayed on
console we can use this finally block.Irrespective of code
execution the jvm will display the message on console.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Does constructor creates the object ?
What is the purpose of assert keyword used in jdk1.4.x?
How to create a fecelet view?
What is the benefit of lambda expressions?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is unmodifiable collection in java?
What are synchronized methods ?
How to change the priority of thread or how to set priority of thread?
What is public static void main?
What is ph and buffers?
Why we used vector class?
How big is a boolean?
What are the 4 types of characters?
Difference between collection, collection and collections in java?
Do you know how to reverse string in java?