Javascript Interview Questions and Answers - Part 2

Both JavaScript and Jscript are almost similar. Java script was developed by Netscape...
difference between Client side JavaScript and Server side JavaScript - ...
Where are cookies actually stored on the hard disk? - ...
Difference between a web-garden and a web-farm - ...
Difference between SessionState and ViewState - ....
How to access elements using javascript? - ...
Difference between undefined value and null value - ...
The cursor can set to wait in JavaScript by using the property ‘cursor’ property.
What is decodeURI(), encodeURI() in JavaScript? - ...
Encoding form data into URL is needed by the GET method. The form data is to be appeared within the message body...
What does the EnableViewStateMac setting in an aspx page do? - ...
What are windows object and navigator object in JavaScript? - ....
navigator.platform returns the platform on which the browser is running.
How to set a HTML document's background color? - ...
Java script object properties are assigned like assigning a value to a variable...
JavaScript is a scripting language most often used for client-side web development...
What boolean operators does JavaScript support? Java script supports...
JSP is faster then ASP as the script is run on the client side...
The ‘==’ operator is a boolean comparison operator that returns true if the variables on its both sides...
It’s a number that is obtained by dividing a negative number by zero. (in JSP)...
JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard...
The isNaN function determines if the value is a number or not and depending upon the result, it returns true or false...
There are two ways to do it: 1. Using JavaScript extensions (runs from JavaScript Editor), or 2. Using a web page and ActiveX objects (Internet Explorer only)...
In order to generate dynamic content, JSP provides for creating, modifying and interacting with Java objects...
Although you can create the arrays using ‘new’ (var myArray = new myArray[10];), it is recommended that you create it in the following way: var myArray = [];...