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 the purpose of using javascript?

0 Answers  


What does three dots mean in texting?

0 Answers  


Where is javascript used most?

0 Answers  


Name the types of functions.

0 Answers  


Write JavaScript code to use file system in binary format?

0 Answers  






How many types of javascript are there?

0 Answers  


How to add a combo box dynamically at run time in Java script?

5 Answers  


What is use of flutter?

0 Answers  


What are the characteristics of javascript ‘strict mode’?

0 Answers  


List few difference between java and javascript?

0 Answers  


How can I define an array in JavaScript?

4 Answers   Accenture, Exevo, OM IT Solutions,


discuss scoping in javascript?

0 Answers  


Categories