InterviewSolution
Saved Bookmarks
| 1. |
Which method of a entry-point class is called when GWT application starts? |
|
Answer» onModuleLoad() function gets called and acts similar to main method of a java application. |
|