Answer Posted / milan kumar
Exception means abnormal condition which is occur in our
code during program execution.
but error means it can't handle by the system.for
example,thread dead,out of memory,overflow.
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What is javac in java?
What is the ==?
What is difference between static and abstract class?
Is it possible to write a regular expression to check if string is a number?
What is meant by collection in java?
Explain the access modifiers for a class, method and variables?
What are the types of methodology?
Name some classes present in java.util.regex package.
Explain the selection sort algorithm?
What does the “static” keyword mean? Can you override private or static method in java?
Can we sort hashset in java?
How big is a boolean?
What are the types of strings?
What do you mean by stream pipelining in java 8?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?