GWT Interview Questions and Answers
Ques. How to work with Server side communication?Ans. Using GWT RPCTo user GWT RPC we need to create couple of interfaces and one implementation class. 1. Synchronous interface 2. Asynchronous interface 3. Implementation class implements Synchronous interface. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is Google Web Toolkit (GWT)?
- How many modes are provided by GWT to execute application?
- What are Modules, Entry Points and HTML Pages in GWT?
- How can you set Browser targeted Compilation in GWT?
- How can we run GWT application?