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 a module function?
What is the purpose of file class?
Is void a return type?
What are the different conditional statements?
What is tcp and udp?
What types of index data structures can you have in java?
What does %d do in java?
Why destructor is not used in java?
Can a class be defined inside an interface?
Define a java class.
How many characters is 2 bytes?
What is arguments in java?
What do you understand by abstract classes?
What happens when you add a double value to a string?
What is an object in java and how is it created?