GWT Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to GWT. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : A

Explaination

The default public path is the public subdirectory underneath where the Module XML File is stored.

Q 5 - Which of the following gwt widget represents a list of choices to the user, either as a list box or as a drop-down list?

A - CheckBox

B - ListBox

C - SuggestBox

D - GWTListBox

Answer : B

Explaination

ListBox widget represents a list of choices to the user, either as a list box or as a drop-down list.

Q 6 - Which GWT widget represents a tabular view that supports paging and columns?

A - CellTable

B - Tree

C - CellTree

D - CellList

Answer : A

Explaination

CellTable widget represents a tabular view that supports paging and columns.

Q 7 - Which of the following panel lays all of its widgets out in a single horizontal column?

A - Panel

B - FlowPanel

C - HorizontalPanel

D - VerticalPanel

Answer : C

Explaination

HorizontalPanel widget represents a panel that lays all of its widgets out in a single horizontal column.

Q 8 - Which of the following GWT widget represents a simple panel that wraps its contents in a scrollable area?

A - Composite

B - SimplePanel

C - ScrollPanel

D - FocusPanel

Answer : C

Explaination

ScrollPanel widget represents a simple panel that wraps its contents in a scrollable area.

Q 9 - Which of the following GWT widget represents a form of popup that has a caption area at the top and can be dragged by the user?

A - Composite

B - FormPanel

C - PopupPanel

D - DialogBox

Answer : D

Explaination

DialogBox widget represents a form of popup that has a caption area at the top and can be dragged by the user. Unlike a PopupPanel, calls to PopupPanel.setWidth(String) and PopupPanel.setHeight(String) will set the width and height of the dialog box itself, even if a widget has not been added as yet.

Q 10 - Which of the following logger logs to stdout and logged messages can only be seen in Development Mode in the DevMode window.

A - SystemLogHandler

B - DevelopmentModeLogHandler

C - ConsoleLogHandler

D - PopupLogHandler

Answer : A

Explaination

SystemLogHandler logs to stdout and logged messages can only be seen in Development Mode in the DevMode window.

gwt_questions_answers.htm
Advertisements