Who developed JScript language?
Answers were Sorted based on User's Feedback
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 |
Answer / mahesh
javascript was originally developed by Netscape(not to be
confused with java, they are two different languages!)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sudhakar
There is a difference between javascript and JScript.
Javascript was originally developed by Netscape. Now this
known as Firefox.
JScript was developed by Microsoft. Microsoft has other
scripting languages too.
| Is This Answer Correct ? | 2 Yes | 1 No |
Why parameters should be passed by reference?
What is the structure of java?
Does garbage collection occur in permanent generation space in jvm?
What is difference between local variable and global variable?
What causes memory leaks in java?
What happens when you assigned a 'double' value to a 'String'?
Can java hashmap have duplicate keys?
What is serialversionuid?
Is JRE required to compile Java files ?
What is the importance in context in JDBC connection pools?
i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance
If an application has multiple classes in it, is it okay to have a main method in more than one class?