What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / srinu
Error:-
Errors are occuried at compile time.These errors are araise
pure understanding the language. i.e small syantax
errors.its give an error at complite time.
Exception:-
It is unwanted ,unexpected event which distrubs the normal
folow of the program.its araise an at Runtime.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the differences between this and super keyword?
define the terminology association.
what is optional in java 8?
Does java return by reference?
What is the default value of local and global variables?
What is the lifetime and scope of a variable?
According to java operator precedence, which operator is considered to be with highest precedence?
What is difference between path and classpath?
What do you understand by soft reference?
What is java autoboxing?
What is tcp and udp?
What are void pointers?
How do you check if a string is lexicographically in java?
Why is static used?
Difference between linkedlist and arraylist.