Answer Posted / md.tanweer alam
ERROR:-error may occur internaly in the program code through
the resources the program trying to access.
the source of error may be user input error such as giving a
wrong URL device erroe such as printer not ready physical
limitation such as disk full or memory not enough and code
error like arroay index out of bound trying to access an
empty stack and divide by zero error..
EXCEPTION:-all these above mention errors occuring in
abnormal condition called exception
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what state does a thread enter when it terminates its processing? : Java thread
Explain what do you mean by functional overloading in java?
What are the two parts of a conditional statement?
Why is multiple inheritance not supported in java?
What is complexity in java?
Can a class be private or protected in java?
What is a final class ?
Explain what is encapsulation?
What is the purpose of final keyword and when to use it?
Which is better ascii or unicode?
Can you override a final method?
Can we catch more than one exception in a single catch block?
What is a superclass?
How can we create a thread in java?
Why constructor has no return type?