1.

What is the significance of scripting?(a) Convenient(b) Dynamic(c) Reachable(d) ModularI have been asked this question in examination.The origin of the question is HTML APIs topic in chapter Caching, Debugging and Animation of JavaScript

Answer»

Correct choice is (b) Dynamic

Easiest explanation: Scripting languages are often interpreted (rather than compiled). Scripting makes Web pages more dynamic) For example, WITHOUT reloading a new VERSION of a page it MAY allow modifications to the content of that page, or allow content to be ADDED to or sent from that page. The former has been called DHTML (Dynamic HTML), and the latter AJAX (Asynchronous JAVASCRIPT and XML).



Discussion

No Comment Found

Related InterviewSolutions