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 is void class in java?
What is jvm? How its run?
what is the constructor and how many types of constructors are used in java?
What are the data types supported by java?
How do you sort a string in java?
How does varargs work in java?
What do you understand by private, protected and public?
Define canvas?
java Technical questions asked by JPMC
Can we call thread start () twice?
What is constructor in java ?
What is the function of http?
Is it possible to override private or static method in java?
Can each java object keep track of all the threads that want to exclusively access it?
What is anonymous inner class?