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

Difference between Choice and a List?

1 Answers  


What are the basic concepts of OOPS in java?

0 Answers   Axtria, ITC Indian Tobacco Company,


What are uses of Hash Code?

2 Answers   Cognizant,


Which package has light weight components?

0 Answers  


I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?

4 Answers  






Can you override private or static method in java?

0 Answers  


What are different types of classloaders?

0 Answers  


Is java owned by oracle?

0 Answers  


what is thread in Java ?

0 Answers  


Where can I find data structures question and answers with comprehensive working code written in Java

0 Answers   Amazon,


What are synchronized methods ?

0 Answers  


What are autoboxing and unboxing? When does it occur?

0 Answers  


Categories