InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of 'public' tag in *.gwt.xml file in GWT? |
|
Answer» The public path is the place in your project where static resources referenced by your GWT module, such as CSS or images, are stored. |
|