InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of 'script' tag in *.gwt.xml file in GWT? |
|
Answer» Automatically injects the external JavaScript file located at the location specified by src. |
|