Answer Posted / ganesh
Exception means When a method encounters an abnormal
condition (an exception condition) that it can't handle
itself, it may throw an exception.
Error mens system doesn't handle.For example:Overflow,Out
of memory.
| Is This Answer Correct ? | 68 Yes | 26 No |
Post New Answer View All Answers
What are decalarations?
Why is a constant variable important?
When is the arraystoreexception thrown?
What is the purpose of using the java bean?
What does i ++ mean in Java?
What is Gang of four design patterns
What function extracts specified characters from a string?
What are 3 data types?
Compare Mutex and Semaphore in java.
explain what is transient variable in java?
Is main an identifier?
What is compareto?
How do you find the maximum number from an array without comparing and sorting?
What all methods are used to prevent thread execution ?
Why Java is not pure Object Oriented language?