Which of the following is the correct response by the interpreter in a jump statement when an exception is thrown?
The interpreter will jump to the one of the nearest enclosing exception handler
The interpreter will throw another exception
The interpreter will stop working
The interpreter throws an error
Correct Answer : A
In JavaScript, what kind of scoping is used?
Which of the following POSIX signals generate events?
Which of the following statement is not correct in the case of JavaScript?