Answer Posted / mantu
An Exception is an abnormal condition or situation that arises
in a code at run time means they are are run time error.
An exception can be caught handled manually but an error can not be caught or handled.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What happens if constructor is private?
What are mutable classes?
What is dynamic binding(late binding)?
What is the difference between java applets and applications?
What are the problems faced by java programmers who don't use layout managers?
Can main() method in java can return any data?
How can I become a good programmer?
What is the difference between JDK and JVM?
Can a final variable be null?
What are the high-level thread states in java programming?
Difference between static synchronization vs. Instance synchronization?
Can an interface be defined inside a class?
Java Compiler is stored in JDK, JRE or JVM?
Explain java coding standards for interfaces?
What is a void in java?