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