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
What is the benefit of using enum to declare a constant?
Where to store local variables?
What class allows you to read objects directly from a stream?
What do you mean by aggregation?
What is string array?
Why java is a platform independent? Explain
What is java Applet?
What is the purpose of a volatile variable?
What is passing by reference in java?
Can static methods access instance variables in java?
Explain exception chaining in java?
Write a program in java to create a doubly linked list containing n nodes.
What is exception propagation?
How do you implement singleton class?
Implement a stack with push (), pop() and min() in O(1) time.