Choose a topic to test your knowledge and improve your Google Web Toolkit (GWT) skills
In a Google Web Toolkit web application, the following argument is passed to the JUnitShell: -Dgwt.args="-help" What will the output be?
What code is the first to run in a GWT application
The core GWT defined in gwt.xml should inherit which module?
What is a benefit of using HTML5 with GWT?
What must be inherited before using HTTP types in your application?
What does the acronym GWT stand for?
When you want to test JavaScript, what test case wrapper would you use to launch a web browser to test it?
What two files must be edited before adding GWT logging?
What is the default locale when not specified?
GWT's logging framework uses the same syntax and behavior on the server side. What does this allow?
What do you use to integrate GWT with a third-party Javascript library?
What class is used to unit test GWT code?
What type of processing is taking place within the web server?
What language is GWT client side code written in.
The path for translatable code from Java to JS is:
How do you use XSRF protection when using RequestBuilder and RequestCallback classes?
A GWT application can be configured through a file with the extension:
The EntryPoint interface has which method?
JSNI stands for:
Which of the following is a recommended Java GUI designer for GWT?
If a logger does not contain a dot, what does this mean?
Which of these is NOT a method in AsyncCallback?
What argument would you use to run a manual test within a solo browser?
Which of the following does GWT not include
Which of these is not a class for JSON manipulation:
The server-side of a AsyncCallback is a:
As of version 2.6 of GWT what is the newest version of Java syntax supported by GWT?
Which is NOT a Panel widget in GWT:
Which of the following is one of the three classes used when programming delayed logic?
When does GWT perform its locale-related work?
The top level panel in GWT is?
A JSNI method has to be declared as what?
What is the extension of a GWT bootstrap script?
What does GWT use to stylize the visuals of their user interface?
Strictly speaking, GWT is a:
Code splitting to minimize JS downloads can be achieved with:
Home Google Web Toolkit MCQ Human readable strings matched with tags at compile time are considered what? Google Web Toolkit Quiz Google Web Toolkit Human readable strings matched with tags at compile time are considered what?
How are loggers organized?
What servlet container is used for testing during development time?
An AJAX call in GWT can be implemented with:
Which of the following is a correct JSNI method delaration?
History events in GWT are implemented as a:
A custom widget in GWT should extend which class?
What feature is built into GWT 2.3 to prevent web attacks?
How does one correctly invoke the clear() method to clear their HTML5 data?
If a single class cannot be serialized, will its object types be serialized as well?
What does ActivityMapper do?
Presenters and Views should be binded by:
The biggest difference between MVP Part1 and Part2 is:
If an exception is launched in a AsyncCallback, which method is invoked?
How do you access javascript in GWT?
A CSS can be applied to a Widget with which method?
What type of binding is a feature of the GWT compiler?
GWT supports the following browsers:
A EventHandler is a:
Which JRE feature is not supported in GWT client side code?
When does gwtTearDown() run?
What is one way to prevent XSRF attacks in GWT?
The P in MVP stands for:
When there is a dot between two loggers, what does this indicate?
A ClickHandler extends:
Is it necessary to use GWT's history mechanism with MVP development?
Which of the following is not a security weakness in GWT?
History management and view transition logic is the responsibility of a:
Which of the following is not a HTML5 feature supported by GWT?
Which Java package is NOT emulated by GWT?
HTTP requests can be handled easily by:
To listen to DOM events a Widget must invoke:
Which library can be use for client-side dependency injection?
Generating many different version of JavaScript on a per browser basis is known as what?
A deferred binding implementation can be generated in GWT with:
How are parent/child relationships determined?
JSON objects can be handled as Overlay Types by subclassing which?
When the client is invoking the code, how is it referred to?
A RemoteService path can be annotated as: