Answers

Question and Answer:

  Home  EXT GWT

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

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.

 300 views

More Questions for you: