Why does the Node rely on event handlers?
Why does the Node rely on event handlers?
Which identifier is used to represent a web browser window or frame?
Which identifier is used to represent a web browser window or frame?
Which of the following is a global object?
Which of the following is a global object?
Which function is a synonym for on()?
Which function is a synonym for on()?
The JavaScript classes can be instantiated using _____ operator?
The JavaScript classes can be instantiated using _____ operator?
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
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?
Rhino is originated by
Rhino is originated by
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?
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?
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 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?
Which character in JavaScript code will be interpreted as XML markup?
Which character in JavaScript code will be interpreted as XML markup?
What is the code to start displaying the time when document loads?
What is the code to start displaying the time when document loads?
What is the command to run the node programs?
What is the command to run the node programs?
Which among the following POSIX signals generate events?
Which among the following POSIX signals generate events?
Which is the method used for registering handlers?
Which is the method used for registering handlers?
Which of the following framework was used by Google for Gmail?
Which of the following framework was used by Google for Gmail?
Which of the following is a web application API framework?
Which of the following is a web application API framework?
What does Rhino do when the getter and setter methods exist?
What does Rhino do when the getter and setter methods exist?
Client-side JavaScript code is embedded within HTML documents in
Client-side JavaScript code is embedded within HTML documents in
What is the default value of the type attribute?
What is the default value of the type attribute?
What is the code to print hello one second from now?
What is the code to print hello one second from now?
Which is a fast C++ based JavaScript interpreter?
Which is a fast C++ based JavaScript interpreter?
The service(s) that enables networking through scripted HTTP requests is
The service(s) that enables networking through scripted HTTP requests is
The main purpose of JavaScript in web browser is to
The main purpose of JavaScript in web browser is to
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 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?
When does JavaScript code appear inline within an HTML file?
When does JavaScript code appear inline within an HTML file?
When do uncaught exceptions generate events?
When do uncaught exceptions generate events?
JavaScript code between a pair of “script” tags are called
JavaScript code between a pair of “script” tags are called
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?
What is the purpose of the event handlers in the JavaScript?
What is the purpose of the event handlers in the JavaScript?
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?
Which of the following are not advanced services?
Which of the following are not advanced services?
The language is commonly used to
The language is commonly used to
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?
What are the properties supporting CSS styles for a document element?
What are the properties supporting CSS styles for a document element?
Which of the following is an event emitter?
Which of the following is an event emitter?
Which is more widely used than GWT in Google?
Which is more widely used than GWT in Google?
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?
The word “document” mainly refers to
The word “document” mainly refers to
The necessary globals of a node are defined under which namespace?
The necessary globals of a node are defined under which namespace?
What is the function used to remove all handlers for name events?
What is the function used to remove all handlers for name events?
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?
What is the purpose of Dojo framework?
What is the purpose of Dojo framework?
Which of the following is not a framework?
Which of the following is not a framework?
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 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?
The behaviour of the document elements can be defined by
The behaviour of the document elements can be defined by
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?
Which of the following is not an object?
Which of the following is not an object?
One of the main advantage of using src attribute is
One of the main advantage of using src attribute is
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 are the two incompatible versions of YUI?
What are the two incompatible versions of YUI?
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 does Dojo and YUI have in common?
What does Dojo and YUI have in common?
Which of the following frameworks focuses on DOM and Ajax utilities?
Which of the following frameworks focuses on DOM and Ajax utilities?
The HTML5 specification includes
The HTML5 specification includes
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 are the events generated by the Node objects called?
What are the events generated by the Node objects called?
Which Rhino command quits Rhino environment?
Which Rhino command quits Rhino environment?
What is the code for getting the current time?
What is the code for getting the current time?
What is the command used for debugging output in Node?
What is the command used for debugging output in Node?
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?
When will the window property come into play?
When will the window property come into play?
The setTimeout() method is used to
The setTimeout() method is used to
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 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?
Which is the property that represents the content displayed in the window?
Which is the property that represents the content displayed in the window?
Which is the root element in a HTML document?
Which is the root element in a HTML document?
What is the alternative command used in Node for load()?
What is the alternative command used in Node for load()?
Which is the in-house library of Yahoo!?
Which is the in-house library of Yahoo!?
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?
A JavaScript program can traverse and manipulate document content through
A JavaScript program can traverse and manipulate document content through
What is the function used to deregister event handler ‘f’?
What is the function used to deregister event handler ‘f’?
The style property belongs to while of the following object?
The style property belongs to while of the following object?
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”?
What is the method used to pause “data” events?
What is the method used to pause “data” events?
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?