PHP Exceptions and Error Handling You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ final protected private static final protected private static ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? sys_log() syslog() systemlog() log_system() sys_log() syslog() systemlog() log_system() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException None of the mentioned 3 and 4 All of the mentioned Only 4 None of the mentioned 3 and 4 All of the mentioned Only 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throw new Exception(); new Exception(); throws new Exception(); new throws Exception(); throw new Exception(); new Exception(); throws new Exception(); new throws Exception(); 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 Fatal run-time error Compile-time error Fatal Compile-time error Near-fatal error Fatal run-time error Compile-time error ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 13 15 14 16 13 15 14 16 ANSWER DOWNLOAD EXAMIANS APP