Tell me how many modes are provided by GWT to execute application?

Submitted by: Administrator
There are two modes: Development mode and Web mode.
Development Mode: allows to debug the Java code of your application directly via the standard Java debugger.
Web mode: the application is translated into HTML and Javascript code and can be deployed to a webserver.
Submitted by: Administrator

Read Online EXT-GWT Job Interview Questions And Answers