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
How do I get 64 bit java?
What is ordered map in java?
How many wrapper classes are there in java?
What are the advantages of java over cpp?
State the significance of public, private, protected class?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Differentiate between a class and an object.
What is annotation in java?
What is use of a abstract variable?
What method is used to specify a container's layout in java programming?
Explain garbage collection in java?
Difference between final and effectively final ?
What is proper subset?
What is string intern in java?
Is java a compiler?