What is exception handling in java?


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

Post New Answer

More Core Java Interview Questions

How do you declare an infinite loop?

2 Answers  


What are the advantages of unicode?

0 Answers  


What is stringreader?

0 Answers  


What is :: operator in java?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is an association?

0 Answers  


What is use of inner class in java?

0 Answers  


What are heterogeneous objects?

0 Answers  


for what purpose we use applets ?

3 Answers   Mindlogicx,


what is template design pattern?

0 Answers  


Why do we use string?

0 Answers  


Explain about data types?

0 Answers  


Categories