How can you set a Cookie visibility scope to localStorage?
How can you set a Cookie visibility scope to localStorage?
How many Node object methods are available?
How many Node object methods are available?
Which is the method to look up the objects for a range of keys?
Which is the method to look up the objects for a range of keys?
Which of the following is a feature of the IndexedDB API?
Which of the following is a feature of the IndexedDB API?
Which of the following key property holds the key name as a string?
Which of the following key property holds the key name as a string?
The Client-Side Databases are stored in the
The Client-Side Databases are stored in the
In the IndexedDB database, database is defined as
In the IndexedDB database, database is defined as
A key path is defined as
A key path is defined as
Which is the most appropriate database for developers requiring huge amount of data?
Which is the most appropriate database for developers requiring huge amount of data?
Which of the following are objective database and not a relational database?
Which of the following are objective database and not a relational database?
Which of the following is a boolean cookie attribute?
Which of the following is a boolean cookie attribute?
Which is the appropriate code to begin a HTTP GET request?
Which is the appropriate code to begin a HTTP GET request?
Which is the method that operates on the return value of $()?
Which is the method that operates on the return value of $()?
How to associate an object to a key on a node?
How to associate an object to a key on a node?
The other name for Comet is
The other name for Comet is
How many nodetype – named constants are available?
How many nodetype – named constants are available?
Which method is used to add a binding?
Which method is used to add a binding?
How does IndexedDB provide atomicity?
How does IndexedDB provide atomicity?
Which of the following can be used to configure the scope of the Cookie visibility?
Which of the following can be used to configure the scope of the Cookie visibility?
Which is the function used to look up an object?
Which is the function used to look up an object?
Which of the following are the parameters passed to the keymap after installation?
Which of the following are the parameters passed to the keymap after installation?
Which of the following is the child(s) of the node type EntityReference?
Which of the following is the child(s) of the node type EntityReference?
Which of the following is used for parsing JSON text?
Which of the following is used for parsing JSON text?
Which attribute is used to extend the lifetime of a cookie?
Which attribute is used to extend the lifetime of a cookie?
When are the keyboard events fired?
When are the keyboard events fired?
The localStorage and sessionStorage belongs to
The localStorage and sessionStorage belongs to
Which is the function used to retrieve a value?
Which is the function used to retrieve a value?
What is the purpose of the Node object property ownerDocument?
What is the purpose of the Node object property ownerDocument?
Which of the following Node types have a node value equal to null?
Which of the following Node types have a node value equal to null?
Which of the following defines the Cookie visibility?
Which of the following defines the Cookie visibility?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
What is the alternate way to search in an IndexedDB API?
What is the alternate way to search in an IndexedDB API?
Which of the following are not key event properties?
Which of the following are not key event properties?
Which of the following are the features of an HTTP request?
Which of the following are the features of an HTTP request?
Which of the below is a lieral reverse of Ajax?
Which of the below is a lieral reverse of Ajax?
What is the property textContent?
What is the property textContent?
Which of the following Node object property returns the node immediately before a node?
Which of the following Node object property returns the node immediately before a node?
The Cookie manipulation is done using which property?
The Cookie manipulation is done using which property?
Which of the following Node object property returns the local part of the name of a node?
Which of the following Node object property returns the local part of the name of a node?
How does a user generate multiple keydown events?
How does a user generate multiple keydown events?
What is the purpose of the DocumentFragment node type?
What is the purpose of the DocumentFragment node type?
How many node object properties are there?
How many node object properties are there?
Which method is used to remove a binding?
Which method is used to remove a binding?
How can the nodes in the node list be accessed?
How can the nodes in the node list be accessed?
What is the constraint on the data per cookie?
What is the constraint on the data per cookie?
Which of the following is a heavily overloaded function?
Which of the following is a heavily overloaded function?
Which of the following are the features of jQuery?
Which of the following are the features of jQuery?
Which property is used to specify the key type when pressed?
Which property is used to specify the key type when pressed?
What does the nodeName of the nodeType Document return?
What does the nodeName of the nodeType Document return?
Cookies were originally designed for
Cookies were originally designed for
Which is the code that asks for the set of all div elements in a document?
Which is the code that asks for the set of all div elements in a document?
What is the purpose of the method getUserData(key)?
What is the purpose of the method getUserData(key)?
Which of the following is a utility function in jQuery?
Which of the following is a utility function in jQuery?
Which of the following is an equivalent replacement of $(document).ready(f)?
Which of the following is an equivalent replacement of $(document).ready(f)?
Which object supports Filesystem API?
Which object supports Filesystem API?
Which of the following is a feature of the HTTP response?
Which of the following is a feature of the HTTP response?
Which is the element that has a src property to initiate HTTP GET request?
Which is the element that has a src property to initiate HTTP GET request?
Which property helps to initiate the HTTP requests?
Which property helps to initiate the HTTP requests?
Which of the following is a single global function defined in the jQuery library?
Which of the following is a single global function defined in the jQuery library?
What is the lifetime of the data stored through localStorage?
What is the lifetime of the data stored through localStorage?
Which of the following uses scripted HTTP?
Which of the following uses scripted HTTP?
Which of the following is a factory function?
Which of the following is a factory function?
Which are the forms of client-side storage?
Which are the forms of client-side storage?
Which method is an alternative of the property location of a window object?
Which method is an alternative of the property location of a window object?
What is the main difference between localStorage and sessionStorage?
What is the main difference between localStorage and sessionStorage?
Which of the following explains Cookies nature?
Which of the following explains Cookies nature?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
What does a Node object represent?
What does a Node object represent?
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
Which is the storage that allows the caching of web pages and their associated resources?
Which is the storage that allows the caching of web pages and their associated resources?
Which is the Microsoft’s own proprietary client-side storage?
Which is the Microsoft’s own proprietary client-side storage?
How to test if two nodes are equal?
How to test if two nodes are equal?
Which is the function used to store a value?
Which is the function used to store a value?
Which of the following use the Web SQL Database?
Which of the following use the Web SQL Database?
Which of the following is not the value the key property will hold if the key is a function key?
Which of the following is not the value the key property will hold if the key is a function key?
How many node types are there in total?
How many node types are there in total?
What is the purpose of the method item()?
What is the purpose of the method item()?
Which node type represents the root-node of the DOM tree?
Which node type represents the root-node of the DOM tree?
XMLHttpRequesr is a
XMLHttpRequesr is a