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
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is a data structure java?
How do you override a private method in java?
Is java a prime method?
What are structs in java?
What is sorting algorithm in java?
What is the difference between procedural and object-oriented programs?
What is the use of static class?
State the main difference between c++ and java?
What is the difference between iterator and list iterator?
What is abstract class constructor called?
What is a instance variable in java?
What is the difference between a vector & an array list?
What is parameter example?
How does a cookie work in Servlets?