Java run-time system generates What class of exceptions?

Answers were Sorted based on User's Feedback



Java run-time system generates What class of exceptions?..

Answer / venkatesh

unchecked exceptions

Is This Answer Correct ?    3 Yes 0 No

Java run-time system generates What class of exceptions?..

Answer / luckystarjava

JVM checks only un-checked exception. the exception is thown
by exception Class

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the collections api?

0 Answers  


What is nullpointerexception in java?

0 Answers  


Is hashset ordered?

0 Answers  


Are arrays static in java?

0 Answers  


How you can force the garbage collection?

0 Answers  






What is the generic class?

0 Answers  


Write a code to show a static variable?

0 Answers  


What are variable arguments or varargs?

0 Answers  


What isan abstract class and when do you use it?

1 Answers   Genpact,


What is the difference between static method and instance method in Java?

0 Answers   SwanSoft Technologies,


How do you sort in descending order in java using collections sort?

0 Answers  


What is interface and its use?

8 Answers   HCL,


Categories