Q.1
The language is commonly used to
Q.2
What is the code for getting the current time?
Q.3
The behaviour of the document elements can be defined by
Q.4
The service(s) that enables networking through scripted HTTP requests is
Q.5
The HTML5 specification includes
Q.6
What is the code to print hello one second from now?
Q.7
Among the below given functions, Node supports which of the following client-side timer functions?
Q.8
The necessary globals of a node are defined under which namespace?
Q.9
Why does Node not block while waiting for operations to complete?
Q.10
Which is the method used for registering handlers?
Q.11
Which function is a synonym for on()?
Q.12
Which is a fast C++ based JavaScript interpreter?
Q.13
Why does the Node rely on event handlers?
Q.14
What is the command to run the node programs?
Q.15
Which is a more formal way of importing packages and classes as JavaScript objects?
Q.16
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?
Q.17
What is the alternative command used in Node for load()?
Q.18
What is the command used for debugging output in Node?
Q.19
What does Rhino do when the getter and setter methods exist?
Q.20
The JavaScript classes can be instantiated using _____ operator?
0 h : 0 m : 1 s