Can we write any code after throw statement?


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

Post New Answer

More Core Java Interview Questions

Explain about varargs in java?

0 Answers  


What is an infinite loop?

0 Answers  


Write a method to check if input string is palindrome?

0 Answers  


What is stack class in java?

0 Answers  


Can static method access instance variables ?

0 Answers  






How do I get 64 bit java?

0 Answers  


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


Nullpointer exception is a very common exception. Why is it not made as a checked exception?

2 Answers   Ness Technologies,


Can constructor be protected in java?

0 Answers  


What do you mean by the term transient?

5 Answers   Ericsson,


what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer

4 Answers   IBM, Zenon,


Can I declare a class as private?

0 Answers  


Categories