What is the method used to pause “data” events?
What is the method used to pause “data” events?
What is the code snippet to change the class and let the stylesheet specify the details?
What is the code snippet to change the class and let the stylesheet specify the details?
Which character in JavaScript code will be interpreted as XML markup?
Which character in JavaScript code will be interpreted as XML markup?
The setTimeout() method is used to
The setTimeout() method is used to
The HTML5 specification includes
The HTML5 specification includes
When the “end” event fires on EOF when no more data will arrive, which function is called?
When the “end” event fires on EOF when no more data will arrive, which function is called?
What is the function used to remove all handlers for name events?
What is the function used to remove all handlers for name events?
When does JavaScript code appear inline within an HTML file?
When does JavaScript code appear inline within an HTML file?
When a program contains extensive use of event handlers, which of the following is necessary?
When a program contains extensive use of event handlers, which of the following is necessary?
Which Rhino command quits Rhino environment?
Which Rhino command quits Rhino environment?
When do uncaught exceptions generate events?
When do uncaught exceptions generate events?
Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
What does Dojo and YUI have in common?
What does Dojo and YUI have in common?
What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
What is the programming philosophy that argues that content and behaviour should as much as possible be kept separate?
Which is a useful way to try out small and simple Rhino programs and one-liners?
Which is a useful way to try out small and simple Rhino programs and one-liners?
What is the code snippet to update the content of the timestamp element when the user clicks on it?
What is the code snippet to update the content of the timestamp element when the user clicks on it?
Consider the following code snippet
var f = new java.io.File("/tmp/test");
var out = new java.io.FileWriter(f);
out instanceof java.io.Reader
What will be the output for the above code snippet?
Consider the following code snippet
var f = new java.io.File("/tmp/test");
var out = new java.io.FileWriter(f);
out instanceof java.io.Reader
What will be the output for the above code snippet?
When will the window property come into play?
When will the window property come into play?
How to pick a document element based on the value of its id attribute?
How to pick a document element based on the value of its id attribute?
Which property in the Window object is used to refer to a Location object?
Which property in the Window object is used to refer to a Location object?
The main purpose of JavaScript in web browser is to
The main purpose of JavaScript in web browser is to
Which is the method used for registering handlers?
Which is the method used for registering handlers?
The style property belongs to while of the following object?
The style property belongs to while of the following object?
What is the purpose of Dojo framework?
What is the purpose of Dojo framework?
What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
Rhino is originated by
Rhino is originated by
What will be done if more than one page requires a file of JavaScript code?
What will be done if more than one page requires a file of JavaScript code?
What is the alternative command used in Node for load()?
What is the alternative command used in Node for load()?
The JavaScript classes can be instantiated using _____ operator?
The JavaScript classes can be instantiated using _____ operator?
What does Rhino do when the getter and setter methods exist?
What does Rhino do when the getter and setter methods exist?
What is the code to print hello one second from now?
What is the code to print hello one second from now?
Which of the following reads the textual contents of a URL and returns as a string?
Which of the following reads the textual contents of a URL and returns as a string?
Which of the following is a global object?
Which of the following is a global object?
What is the code for getting the current time?
What is the code for getting the current time?
Which is more widely used than GWT in Google?
Which is more widely used than GWT in Google?
What is the code snippet to find all container elements with class “reveal”?
What is the code snippet to find all container elements with class “reveal”?
Which of the following is not a framework?
Which of the following is not a framework?
The service(s) that enables networking through scripted HTTP requests is
The service(s) that enables networking through scripted HTTP requests is
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
The libraries that build a new higher-level API for client-side programming is
The libraries that build a new higher-level API for client-side programming is
Which of the following is not an object?
Which of the following is not an object?
A JavaScript program can traverse and manipulate document content through
A JavaScript program can traverse and manipulate document content through
Which is a more formal way of importing packages and classes as JavaScript objects?
Which is a more formal way of importing packages and classes as JavaScript objects?
Which Window object method is used to display message in a dialog box?
Which Window object method is used to display message in a dialog box?
What are the properties supporting CSS styles for a document element?
What are the properties supporting CSS styles for a document element?
Which identifier is used to represent a web browser window or frame?
Which identifier is used to represent a web browser window or frame?
The new Java arrays can be created into a JavaScript programs using which of the following classes?
The new Java arrays can be created into a JavaScript programs using which of the following classes?
Which of the following is an event emitter?
Which of the following is an event emitter?
Which is the in-house library of Yahoo!?
Which is the in-house library of Yahoo!?
What is the code to start displaying the time when document loads?
What is the code to start displaying the time when document loads?
The language is commonly used to
The language is commonly used to
One of the main advantage of using src attribute is
One of the main advantage of using src attribute is
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
What are the events generated by the Node objects called?
What are the events generated by the Node objects called?
Which among the following POSIX signals generate events?
Which among the following POSIX signals generate events?
Which of the following framework was used by Google for Gmail?
Which of the following framework was used by Google for Gmail?
Why does the Node rely on event handlers?
Why does the Node rely on event handlers?
What is the command to run the node programs?
What is the command to run the node programs?
Which of the following are global functions that are not part of core JavaScript?
Which of the following are global functions that are not part of core JavaScript?
What is the command used for debugging output in Node?
What is the command used for debugging output in Node?
Why does Node not block while waiting for operations to complete?
Why does Node not block while waiting for operations to complete?
What is the purpose of the event handlers in the JavaScript?
What is the purpose of the event handlers in the JavaScript?
What is the default value of the type attribute?
What is the default value of the type attribute?
Client-side JavaScript code is embedded within HTML documents in
Client-side JavaScript code is embedded within HTML documents in
The necessary globals of a node are defined under which namespace?
The necessary globals of a node are defined under which namespace?
Which is the property that represents the content displayed in the window?
Which is the property that represents the content displayed in the window?
What is the function used to deregister event handler ‘f’?
What is the function used to deregister event handler ‘f’?
Which of the following are not advanced services?
Which of the following are not advanced services?
What are the two incompatible versions of YUI?
What are the two incompatible versions of YUI?
The behaviour of the document elements can be defined by
The behaviour of the document elements can be defined by
JavaScript code between a pair of “script” tags are called
JavaScript code between a pair of “script” tags are called
What is the property to access the first child of a node?
What is the property to access the first child of a node?
Which is a fast C++ based JavaScript interpreter?
Which is a fast C++ based JavaScript interpreter?
Which object is the main entry point to all client-side JavaScript features and APIs?
Which object is the main entry point to all client-side JavaScript features and APIs?
Which of the following is a web application API framework?
Which of the following is a web application API framework?
Which is the root element in a HTML document?
Which is the root element in a HTML document?
The word “document” mainly refers to
The word “document” mainly refers to
Which of the following frameworks focuses on DOM and Ajax utilities?
Which of the following frameworks focuses on DOM and Ajax utilities?
Which function is a synonym for on()?
Which function is a synonym for on()?
Among the below given functions, Node supports which of the following client-side timer functions?
Among the below given functions, Node supports which of the following client-side timer functions?