what is the purpose of the final in the try-catch-final
Answer Posted / madhu
yes it correct it is finally,the use of finally is,if we
did not catch the exception in try/catch block also finnaly
will catch.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Why isn’t there operator overloading?
Does constructor be static?
Can we create our own wrapper class in java?
What is the purpose of garbage collection in java, and when is it used?
What should I import for arraylist in java?
What is rule of accessibility in java?
Can memory leak in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
when you will synchronize a piece of your code? : Java thread
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
How is a structure different from array ?
Why do we create public static method in java?
What is java instanceof operator?
What does system.gc() and runtime.gc() methods do?
What is a class variable?