different between exception and error? explaim check and
uncheck exception

Answer Posted / nitin jain

Checked exceptions check at the time of compile the program
where unchecked exception check at runtime.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using enum to declare a constant?

861


Where to store local variables?

782


What class allows you to read objects directly from a stream?

1111


What do you mean by aggregation?

818


What is string array?

826


Why java is a platform independent? Explain

760


What is java Applet?

819


What is the purpose of a volatile variable?

753


What is passing by reference in java?

761


Can static methods access instance variables in java?

780


Explain exception chaining in java?

834


Write a program in java to create a doubly linked list containing n nodes.

743


What is exception propagation?

827


How do you implement singleton class?

740


Implement a stack with push (), pop() and min() in O(1) time.

820