Answer Posted / paletipatisrinu
Error : Something goes wrong in our application/program ,
that leads to crash your output/logic is called as error.
the error may be of syntatic error or error which can
easily identify the programmer.
Exception:its unwanted and unexpeceted event its disturb the
normal flow of program execution.
Exception is an object it occurs at run time it
gives system error message and then convert system error
message into user friendly messages
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What are the object and class classes used for?
What is the difference between keyword and identifier?
How java is similar to c?
Can java program run without jre?
what do you understand by synchronization? : Java thread
Why constructor has no return type?
How do you sort in java?
Give us a program to check for parenthesis matching using stack.
What will be the output of round(3.7) and ceil(3.7)?
What is protected access modifier?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What are the types of exceptions?
Why super is first line in java?
What will happen when using pass by reference in java?
What is method overriding in java ?