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 is Garbage Collection in Java
How do you do descending order in java?
What is stack explain?
What is the escape character in java?
Which containers use a flowlayout as their default layout in java programming?
how to write a server program and sending the mails to the server using smtp protocol please help me
Can we have multiple public classes in a java source file?
What is a method signature java?
Do I need to import java.lang package any time? Why?
What is an immutable class?
What do you understand by a Static Variable?
Java is Pass by Value or Pass by Reference?
What is equals method in java?
What is an immutable object?
What is a instance variable in java?