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 a named function in JavaScript? How to define a named function?

0 Answers  


What are the two basic groups of dataypes in javascript?

0 Answers  


What is enum size?

0 Answers  


Write the code to maximize an image using javaScript?

2 Answers   Infosys,


How to submit a form using JavaScript by clicking a link?

0 Answers  






Which is better for or foreach in javascript?

0 Answers  


How to remove duplicate values from a javascript array?

0 Answers  


Is java is a fully object object oriented language?

2 Answers  


What is a name function in javascript & how to define it?

0 Answers  


What are math constants and functions using javascript?

0 Answers  


What is a javascript symbol?

0 Answers  


Which software is best for javascript?

0 Answers  


Categories