What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / uv
Errors are generally seen at compile-time WHEREAS
Exceptions are seen at run-time.
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
How does system arraycopy work in java?
Can we define private and protected modifiers for the members in interfaces?
What is a boolean used for?
What is ascii format?
How use .contains in java?
Convert Binary tree to linked list.
why using interface interface ?
What is the symbol for average?
What is meant by bytecode?
Can we write a class without main method in java?
What is structure of java heap? What is perm gen space in heap?
Which list does not allow duplicates in java?
Do extraneous variables affect validity?
what is abstract class in Java?
What is member in java?