Answer Posted / swapna
Exception is a runtime error. It is a abnormal condition
that arises at runtime in a code sequence
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an object in java?
Does the order of public and static declaration matter in main method?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What are methods in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How does callback work in java?
Can you add null to a list java?
What is return keyword in java?
What is the use of isempty in java?
How can we make string upper case or lower case?
What do you mean by exception handling in Java?
Can a class be defined inside an interface?
Can we clone singleton object?
Where can I find jdk in my computer?
What is the syntax and characteristics of a lambda expression?