πŸ§ͺ Google Web Toolkit (GWT) MCQ Quiz Hub

Google Web Toolkit multiple choice questions set 1

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?





βœ… Correct Answer: 1

What code is the first to run in a GWT application





βœ… Correct Answer: 1

The core GWT defined in gwt.xml should inherit which module?





βœ… Correct Answer: 1

What is a benefit of using HTML5 with GWT?





βœ… Correct Answer: 1

What must be inherited before using HTTP types in your application?





βœ… Correct Answer: 3

What does the acronym GWT stand for?





βœ… Correct Answer: 3

When you want to test JavaScript, what test case wrapper would you use to launch a web browser to test it?





βœ… Correct Answer: 1

What two files must be edited before adding GWT logging?





βœ… Correct Answer: 4

What is the default locale when not specified?





βœ… Correct Answer: 1

GWT's logging framework uses the same syntax and behavior on the server side. What does this allow?





βœ… Correct Answer: 2

What do you use to integrate GWT with a third-party Javascript library?





βœ… Correct Answer: 2

What class is used to unit test GWT code?





βœ… Correct Answer: 2

What type of processing is taking place within the web server?





βœ… Correct Answer: 3

What language is GWT client side code written in.





βœ… Correct Answer: 3

The path for translatable code from Java to JS is:





βœ… Correct Answer: 2

How do you use XSRF protection when using RequestBuilder and RequestCallback classes?





βœ… Correct Answer: 4

A GWT application can be configured through a file with the extension:





βœ… Correct Answer: 4

The EntryPoint interface has which method?





βœ… Correct Answer: 1

JSNI stands for:





βœ… Correct Answer: 1

Which of the following is a recommended Java GUI designer for GWT?





βœ… Correct Answer: 2

If a logger does not contain a dot, what does this mean?





βœ… Correct Answer: 1

Which of these is NOT a method in AsyncCallback?





βœ… Correct Answer: 4

What argument would you use to run a manual test within a solo browser?





βœ… Correct Answer: 1

Which of the following does GWT not include





βœ… Correct Answer: 4

Which of these is not a class for JSON manipulation:





βœ… Correct Answer: 4

The server-side of a AsyncCallback is a:





βœ… Correct Answer: 1

As of version 2.6 of GWT what is the newest version of Java syntax supported by GWT?





βœ… Correct Answer: 2

Which is NOT a Panel widget in GWT:





βœ… Correct Answer: 2

Which of the following is one of the three classes used when programming delayed logic?





βœ… Correct Answer: 2

When does GWT perform its locale-related work?





βœ… Correct Answer: 1

The top level panel in GWT is?





βœ… Correct Answer: 2

A JSNI method has to be declared as what?





βœ… Correct Answer: 1

What is the extension of a GWT bootstrap script?





βœ… Correct Answer: 4

What does GWT use to stylize the visuals of their user interface?





βœ… Correct Answer: 2

Strictly speaking, GWT is a:





βœ… Correct Answer: 2

Code splitting to minimize JS downloads can be achieved with:





βœ… Correct Answer: 4

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?





βœ… Correct Answer: 1

How are loggers organized?





βœ… Correct Answer: 3

What servlet container is used for testing during development time?





βœ… Correct Answer: 2

An AJAX call in GWT can be implemented with:





βœ… Correct Answer: 2

Which of the following is a correct JSNI method delaration?





βœ… Correct Answer: 2

History events in GWT are implemented as a:





βœ… Correct Answer: 3

A custom widget in GWT should extend which class?





βœ… Correct Answer: 2

What feature is built into GWT 2.3 to prevent web attacks?





βœ… Correct Answer: 1

How does one correctly invoke the clear() method to clear their HTML5 data?





βœ… Correct Answer: 3

If a single class cannot be serialized, will its object types be serialized as well?





βœ… Correct Answer: 4

What does ActivityMapper do?





βœ… Correct Answer: 4

Presenters and Views should be binded by:





βœ… Correct Answer: 1

The biggest difference between MVP Part1 and Part2 is:





βœ… Correct Answer: 4

If an exception is launched in a AsyncCallback, which method is invoked?





βœ… Correct Answer: 3

How do you access javascript in GWT?





βœ… Correct Answer: 2

A CSS can be applied to a Widget with which method?





βœ… Correct Answer: 1

What type of binding is a feature of the GWT compiler?





βœ… Correct Answer: 1

GWT supports the following browsers:





βœ… Correct Answer: 3

A EventHandler is a:





βœ… Correct Answer: 4

Which JRE feature is not supported in GWT client side code?





βœ… Correct Answer: 1

When does gwtTearDown() run?





βœ… Correct Answer: 4

What is one way to prevent XSRF attacks in GWT?





βœ… Correct Answer: 3

The P in MVP stands for:





βœ… Correct Answer: 4

When there is a dot between two loggers, what does this indicate?





βœ… Correct Answer: 2

A ClickHandler extends:





βœ… Correct Answer: 4

Is it necessary to use GWT's history mechanism with MVP development?





βœ… Correct Answer: 1

Which of the following is not a security weakness in GWT?





βœ… Correct Answer: 3

History management and view transition logic is the responsibility of a:





βœ… Correct Answer: 2

Which of the following is not a HTML5 feature supported by GWT?





βœ… Correct Answer: 3

Which Java package is NOT emulated by GWT?





βœ… Correct Answer: 4

HTTP requests can be handled easily by:





βœ… Correct Answer: 4

To listen to DOM events a Widget must invoke:





βœ… Correct Answer: 4

Which library can be use for client-side dependency injection?





βœ… Correct Answer: 4

Generating many different version of JavaScript on a per browser basis is known as what?





βœ… Correct Answer: 2

A deferred binding implementation can be generated in GWT with:





βœ… Correct Answer: 4

How are parent/child relationships determined?





βœ… Correct Answer: 2

JSON objects can be handled as Overlay Types by subclassing which?





βœ… Correct Answer: 3

When the client is invoking the code, how is it referred to?





βœ… Correct Answer: 3

A RemoteService path can be annotated as:





βœ… Correct Answer: 3