Explain the importance of finally block in java?


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

Post New Answer

More Core Java Interview Questions

What comes to mind when someone mentions a shallow copy in java?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com

4 Answers  


What is the difference between a vector & an array list?

0 Answers   Agilent,


system.out.println(1 + 3);

8 Answers  






When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


What do you mean by append?

0 Answers  


We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.

0 Answers   Symphony,


Program to output as below formate: 1 2 3 4 5 6 7 8 9 10

4 Answers   Huawei,


What is ResourceBundle class?

1 Answers  


What is the generic function?

0 Answers  


Explain the difference between hashmap and hashtable in java?

0 Answers  


Categories