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
How do you decide when to use arraylist and linkedlist?
Can list be null in java?
Can singleton class be serialized?
What is immutable data?
What is the difference between dom and sax parser in java?
How do you convert bytes to character in java?
Is set ordered?
What is the relationship between clipping and repainting under awt?
What is a char in java?
What are different types of encoding?
Give an example of use of pointers in java class.
Explain the difference between jdk, jre, and jvm?
Is java map thread safe?
What is lambda programming?
What are parameters in a method?