InterviewSolution
Saved Bookmarks
| 1. |
What is *.nocache.js file in GWT? |
|
Answer» It contains the javascript code required to resolve deferred binding configuarations (for example, browser detection) and to use lookup table generated by GWT compiler to locate one of the .cache.html. |
|