What is the difference between error and an exception?


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

Post New Answer

More Core Java Interview Questions

How many types of the indexof method are there for strings?

0 Answers  


Is Cegonsoft Pvt.Ltd. a good Institute?

4 Answers  


How to set the Heap size in Java ?

2 Answers   HCL,


What is the difference between interpreter and compiling ?

7 Answers   TCS,


Name the types of 'priority'?

2 Answers  






How do you write a scanner class in java?

0 Answers  


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

0 Answers  


why Java does not support multiple inheritances?

0 Answers   Aspire,


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


Which are different kinds of source code?

0 Answers  


How to perform Singleton of the java class object on multi JVM?

2 Answers  


Give us a program to check for parenthesis matching using stack.

0 Answers   Genpact,


Categories