InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a web application API framework?(a) Dojo(b) YUI(c) GWT(d) jQuery |
|
Answer» Right answer is (c) GWT For explanation: GWT, the Google Web Toolkit defines a web application API in Java and provides a compiler to translate your Java programs into compatible client-side JavaScript whereas Google Closure Tools is a set of tools to help developers build rich web applications with JavaScript. |
|