Google News
logo
Java GWT - Interview Questions
What are the components of a GWT application?
A GWT application consists of following four important parts out of which last part is optional but first three parts are mandatory :
 
* Module descriptors
* Public resources
* Client-side code
* Server-side code
Advertisement