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 is singleton pattern?
What is the use of arrays tostring () in java?
How does remove work in java?
What are class members by default?
Is array size fixed in java?
What is Session reduplication and how its done?
How to reverse a string in java?
What is a nonetype?
Is main an identifier?
What is consumer interface?
What is a line separator in java?
Is string a wrapper class?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How do you calculate square roots?
How do you remove spaces in java?