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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between "var" and "let" keywords?

694


What is a callback url?

698


How fast can you learn coding?

720


Why is java better than javascript?

657


What is escape() function?

706


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

792


Who is the world famous hacker?

658


What is push() method in javascript?

675


what data type javascript supports?

736


What are the three core languages in web pages?

800


Define event bubbling?

685


Name some of the built-in methods and the values returned by them.

768


Which keywords are used to handle exceptions?

713