Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

GWT%20Interview%20Questions%20and%20Answers

Question: What are the features in GWT?
Answer: To simply put ‘Write JavaScript using JAVA’


And in a little more detail:

Compiles JAVA code into JavaScript code

Takes care of cross browser compatibility by generating a browser specific code

Not client side alone. Has a deployable server side components (which is not compiled into JavaScript)

Client communicates to server via GWT-RPC call (if services are written using GWT),

Supports http calls using JSON and XML format

Supports AJAX calls

With JSNI (Javascript native interface) can mix javascript code with java code

java can call javascript method

javascript can call java method
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook