Can we have try block without catch block?


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

Post New Answer

More Core Java Interview Questions

What is protected in java?

0 Answers  


What data type is true or false?

0 Answers  


What is meant by event handling in SAX parser?

1 Answers   Ness Technologies,


What is final int?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,






What is collection class in java?

0 Answers  


How many decimal places is a double?

0 Answers  


What is operator?

3 Answers  


What is a boolean in java?

0 Answers  


what is the main class of all the classes

5 Answers   Photon,


Is main a keyword in java?

0 Answers  


What is an off by one error in java?

0 Answers  


Categories