InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of 'entry-point' tag in *.gwt.xml file in GWT? |
|
Answer» This specifies the name of class which will start loading the GWT Application. |
|