Answer Posted / vinay
Exceptions can be system defined or CAN BE USER DEFINED
(means user can enforce exceptins) whereas run time errors
are thrown by system only.
| Is This Answer Correct ? | 13 Yes | 30 No |
Post New Answer View All Answers
Which programming language is most secure?
What are the types of literals?
What is canonical name in java?
Why java is said to be pass-by-value ?
What is passing by reference in java?
Does hashset allow duplicates in java?
What do you mean by an interface in java?
What was java originally called?
What is difference between classpath and path variables in java?
Why enumeration is faster than iterator?
What is runtime locatable code?
How static variable work in java?
Tell me how many ways are there to initialise an integer with a constant.
Which collection is best for sorting in java?
Write a program to reverse array in place?