InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Host Page? |
|
Answer» The most important public resource is host page which is used to invoke actual GWT application. A typical HTML host page for an application might not include any visible HTML body content at all but it is always expected to include GWT application via a <script.../> tag. |
|