What is the purpose of the finally clause of a try-catch-finally statement in java programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the 6 boolean operators?

0 Answers  


5 Coding best practices you learned in java?

0 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


How to convert string to byte array and vice versa?

0 Answers  


How do you check if two strings are equal in java?

0 Answers  






Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


What is the base class in java from which all classes are derived?

0 Answers  


What is the use of System class?

0 Answers  


What is the difference between parameters and arguments ?

2 Answers  


What are mutable classes?

0 Answers  


What is singleton class and how can we make a class singleton?

0 Answers  


What is an immutable object?

0 Answers  


Categories