EXT-GWT Question:

Explain what is GWT - Java Emulation library?

Tweet Share WhatsApp

Answer:

Google Web Toolkit includes a library that emulates a subset of the Java run-time library. The list below shows the set of JRE packages, types and methods that GWT can translate automatically. Note that in some cases, only a subset of methods is supported for a given type.

java.lang
java.lang.annotation
java.math
java.io
java.sql
java.util
java.util.logging

Download EXT GWT PDF Read All 32 EXT GWT Questions
Previous QuestionNext Question
Tell me Is GWT works in all the browsers?Explain what is Bootstrap process in GWT or How an applications loads in GWT?