EXT-GWT Question:

Tell me Is GWT works in all the browsers?

Tweet Share WhatsApp

Answer:

Yes GWT works in all the browsers because GWT compiler creates javascript code per browser and per localization.

I meant, if you configure module.xml with Firefox and IE then GWT compiler will create javascript code for both browsers seperately.

And when you load the application it first check from which browser you are opening the application and it will load the corresponding javascript.

It means GWT supports Cross browser functionality.

Download EXT GWT PDF Read All 32 EXT GWT Questions
Previous QuestionNext Question
What is GWT Compiler?Explain what is GWT - Java Emulation library?