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
I am providing the Online& class room training on Worksoft Certify for SAP/HTML/JAVA using real time scenarios in a real time environment for a real time project, If any one is interested please get in touch with me on aimansaud@gmail.com
Explain what is javascript? List some data types supported by javascript?
How to get value from dropdown (select) control?
What are Cookies in Javascript?
How do you round a value in javascript?
What does a typeof operator do?
What are the data types available in javascript? Explain
Where can I learn javascript?
Where can I learn javascript for beginners?
What is unobtrusive javascript?
What is the use of a date object in javascript?
How javascript variables work?
What is scope of variable in javascript?
Why is javascript hoisting?
Which built-in method returns the character at the specified index?