EXT-GWT Question:

Download Job Interview Questions and Answers PDF

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

EXT GWT Interview Question
EXT GWT Interview Question

Answer:

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.

Download EXT GWT Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is GWT ClientBundle?Explain what are Modules, Entry Points and HTML Pages in GWT?