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 use of keywords in java?
What happens if we override private method?
What is this () in java?
What is nextline method in java?
What is the difference between class & structure?
What is final, finally, finalize?
What do you understand by the term wrapper classes?
How variables are stored in memory?
Explain about instanceof operator in java?
Can java hashmap have duplicate keys?
Why Java doesn’t support multiple inheritance?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is variable in java?
Why do we need singleton?
What does percent mean in java?