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

In Javascript are calculations with fractional numbers guaranteed to be precise?

0 Answers  


What are all the types of Pop up boxes available in JavaScript?

0 Answers  


What is difference between module.exports and export?

0 Answers  


What's the date object using javascript?

0 Answers  


find the common prime divisors of two given numbers

0 Answers  






What can javascript programs do?

1 Answers  


How can JavaScript be used?

0 Answers   Deloitte, JPMorgan Chase,


Is everything in javascript asynchronous?

0 Answers  


Who created npm?

0 Answers  


What is unescape() function?

0 Answers  


Explain window.onload and ondocumentready?

0 Answers  


What is difference between array.splice() and array.slice() method in javascript?

0 Answers  


Categories