EXT-GWT Question:

Download Job Interview Questions and Answers PDF

Tell me Is GWT works in all the browsers?

EXT GWT Interview Question
EXT GWT Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is GWT Compiler?Explain what is GWT - Java Emulation library?