InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of 'source' tag in *.gwt.xml file in GWT? |
|
Answer» This specifies the names of source folders which GWT compiler will search for source compilation. |
|