PHP Exceptions and Error Handling What does SPL stand for? Standard PHP Library Source PHP Library Standard PHP List Source PHP List Standard PHP Library Source PHP Library Standard PHP List Source PHP List ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many methods are available for the exception class? 5 6 8 7 5 6 8 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException 3 and 4 All of the mentioned Only 4 None of the mentioned 3 and 4 All of the mentioned Only 4 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are an exception?1. OutOfBoundException2. OutOfRangeException3. OverflowException4. UnderflowException 1 and 2 None of the mentioned All of the mentioned 1 and 3 1 and 2 None of the mentioned All of the mentioned 1 and 3 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? new throws Exception(); throws new Exception(); throw new Exception(); new Exception(); new throws Exception(); throws new Exception(); throw new Exception(); new Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many error levels are available in PHP? 16 14 17 15 16 14 17 15 ANSWER DOWNLOAD EXAMIANS APP