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 are JavaScript Cookies?

1 Answers  


What is the scope of a function?

1 Answers  


hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

1 Answers  


What does ecma stand for?

1 Answers  


How much does a javascript developer make?

1 Answers  


Explain typecasting in javascript?

1 Answers  


Explain prototypal/differential inheritance?

1 Answers  


Define closure.

1 Answers  


How to load another html page from javascript?

1 Answers  


What is the use of a date object in javascript?

1 Answers  


What are the types used in javascript?

1 Answers  


What is the difference between local storage & session storage?

1 Answers  


Categories