EXT-GWT Question:
Download Job Interview Questions and Answers PDF
Tell me how many modes are provided by GWT to execute application?
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.
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 Question | Next Question |
Explain what is GWT ClientBundle? | Explain what are Modules, Entry Points and HTML Pages in GWT? |