Answer Posted / ranganathkini
JScript is a derivative the ECMAScript standard regulated by
the ECMA standards comittee. ECMAScript/JavaScript became a
popular scripting language that cud be embedded into
standard HTML/XHTML pages to perform dynamic client-side
actions. Netscape supported JavaScript in their Navigator
web-browser and Microsoft added it to Microsoft Internet
Explorer
Soon Microsoft started developing extra features for the
language such as new objects and added this to their
Internet Explorer product. This cause a lot of problems for
web developers to provide a consistent experience of their
web sites across different browsers.
Hence Microsoft took off and renamed their implementation of
the ECMAScript as JScript.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the association?
What is the difference between checked exception and unchecked exception?
How is string stored in java?
what is collatration?
What is independent and dependent variables in research?
What is the return type of the main method?
Write a code to create a trigger to call a stored procedure
What is the difference between pass by reference and pass by pointer?
Why are global variables used?
How many unicode characters are there?
How do you start a new line in java?
What do you mean by an object in java?
Why hashcode is used in java?
What is Java Shutdown Hook?
Can we access the non-final local variable, inside the local inner class?