Can we rethrow the same exception from catch handler?


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

Post New Answer

More Core Java Interview Questions

23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


What is the main method java?

0 Answers  


Is java hard to learn?

0 Answers  


What is double checked locking in singleton?

0 Answers  


What is the requirement of thread in java?

0 Answers  






Why chararray() is preferred over string to store the password?

0 Answers  


diff between abstract methods and interfaces with programing (code) example?

2 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  


Define how destructors are defined in java?

0 Answers  


Is string a class?

0 Answers  


What is the purpose class.forname method?

0 Answers  


What are different types of Exceptions?.

9 Answers  


Categories