What is the relationship between Java script, J script and
ECMA script?



What is the relationship between Java script, J script and ECMA script? ..

Answer / mallareddy.pindi

JavaScript language is officially standardized as ECMAScript
(ECMA-262) by European Computer Manufacturers Association
(ECMA) International. it is internationally oriented body
embraced by Microsoft and holding the standards for C#, CLI
and Open XML.

Microsoft's own version of JavaScript is JScript and it is
mostly compatible with ECMAScript v.3. The intersection
between these three variations of the same language is at:

# JavaScript 1.5 (without DOM)
# JScript as supported by IE6 (still the most widely used
browser)
# ECMAScript ver. 3


The largest difference between JavaScript and JScript is
actually interpreter/runtime related and not language
specific. IE6 was known for some notorious performance
issues related to its non-generational garbage collector
when operating on large object trees.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is constructor?

1 Answers  


What is global variable in javascript?

0 Answers  


Are there any training Institutions on iphone Automation testing?

0 Answers  


How to use strings as array indexes using javascript?

0 Answers  


What do ellipses mean in javascript?

0 Answers  






What is a callback url?

0 Answers  


Can I write javascript in notepad?

0 Answers  


What are the security related issues in JavaScript scripts?

3 Answers   Four soft,


What is NaN in Javascript?

0 Answers  


What is the most popular javascript library?

0 Answers  


What is string in javascript?

0 Answers  


How to encode and decode a url in javascript?

0 Answers  


Categories