different between exception and error? explaim check and
uncheck exception
Answer Posted / malligontla
Exception is caused due to programmer mistake where as error
is because of the jvm failure. Checked exception user should
handle the exception to ensure the smooth flow of the
program without any break IOException, unchecked exception
is the user might or might not handle the exception example
is Arithmetic exception
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are anonymous inner classes?
Why parameters should be passed by reference?
How many types of constructors are used in java?
Which methods are used during serialization and deserialization process?
What are heterogeneous objects?
What is method and methodology?
What is the purpose of encapsulation?
Whats the difference between notify() and notifyall()?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is jvm? Why is java called the platform independent programming language?
How many types of literals are there in JAVA?
What is meant by distributed application? Why are we using that in our application?
Why is singleton instance static?
What is stringbuffer in java?
Can inner class be public in java?