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
What is collection api?
What restrictions are placed on method overriding in java programming?
What is the use of default method in interface in java?
What do you mean Abstraction in java?
What is ‘has a’’ relationship in java?
How garbage collection is done in java?
What is charat java?
Difference difference paint() and paintcomponent()?
Can you write a java class that could be used both as an applet as well as an application?
How many types of methods are there in java?
What are 5 boolean operators?
What are the drawbacks for singleton class?
What is the difference between serializable and externalizable interfaces?
Why do we need strings in java?
What is treeset and treemap in java?