Can we have return statement in finally clause? What will happen?


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

Post New Answer

More Core Java Interview Questions

Can a variable be local and static at the same time?

0 Answers  


Can you call a method in a method?

0 Answers  


How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance

2 Answers   TCS,


What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?

3 Answers   TCS,


What is Restrictions in hibernate?

1 Answers   Bally Technologies,






How do you use wildcards?

0 Answers  


what is Remote Reference Layer ?

1 Answers  


Why does java have different data types for integers and floating-point values?

0 Answers  


how can i connect to database in a applet ?

1 Answers  


Why are strings immutable in Java?

1 Answers  


In which JDK version event-delegation model is introduced?

1 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


Categories