Answer Posted / guest
Exception handling is used to change the normal flow of the
code execution if a specified error (exceptional) condition
occurs. This condition is called an exception.
This is what normally happens when an exception is
triggered:
•The current code state is saved
•The code execution will switch to a predefined (custom)
exception handler function
•Depending on the situation, the handler may then resume
the execution from the saved code state, terminate the
script execution or continue the script from a different
location in the code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a table using php?
What is a definer in mysql?
What is difference between core php and framework?
What is the difference between static and dynamic websites?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is a php object?
Is php better than java?
Explain what is memcache?
What is difference between compile time and run time polymorphism?
Write a program in php to check whether a number is prime or not?
List some features of php that are deprecated in php
Tell me how can we define a variable accessible in functions of a php script?
What is mean by an associative array?
Why namespace is used in php?