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. This specifies the name of class which will start loading the GWT Application. |
|