PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throws new Exception(); new throws Exception(); new Exception(); throw new Exception(); throws new Exception(); new throws Exception(); new Exception(); throw new Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many methods are available for the exception class? 5 7 6 8 5 7 6 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version introduced the function error_get_last()? PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What does SPL stand for? Standard PHP List Standard PHP Library Source PHP List Source PHP Library Standard PHP List Standard PHP Library Source PHP List Source PHP Library ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Fatal Compile-time error Near-fatal error Compile-time error Fatal run-time error Fatal Compile-time error Near-fatal error Compile-time error Fatal run-time error ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are an exception?1. OutOfBoundException2. OutOfRangeException3. OverflowException4. UnderflowException 1 and 3 None of the mentioned 1 and 2 All of the mentioned 1 and 3 None of the mentioned 1 and 2 All of the mentioned ANSWER DOWNLOAD EXAMIANS APP