Answer Posted / ranganathkini
JScript is a derivative the ECMAScript standard regulated by
the ECMA standards comittee. ECMAScript/JavaScript became a
popular scripting language that cud be embedded into
standard HTML/XHTML pages to perform dynamic client-side
actions. Netscape supported JavaScript in their Navigator
web-browser and Microsoft added it to Microsoft Internet
Explorer
Soon Microsoft started developing extra features for the
language such as new objects and added this to their
Internet Explorer product. This cause a lot of problems for
web developers to provide a consistent experience of their
web sites across different browsers.
Hence Microsoft took off and renamed their implementation of
the ECMAScript as JScript.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's the difference between an abstract class and interface in java?
which class is the wait() method defined in? : Java thread
How do you check if a string is lexicographically in java?
I don’t want my class to be inherited by any other class. What should I do?
Write an algorithm for quick sort?
Which java version is latest?
What is the benefit of lambda expressions?
What is a function in java?
Can an interface extend another interface?
Can a top level class be private or protected?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
How you can force the garbage collection?
State the merge-sort principle and its time complexity.
What is static class
Explain different states of a thread in java?