GWT MCQ Questions & Answers

GWT MCQs : This section focuses on "Basics" of GWT. These Multiple Choice Questions (MCQ) should be practiced to improve the GWT skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.

1. ______ is a development toolkit for building and optimizing complex browser-based applications.

A. EB2
B. GWT
C. IMS
D. JCL

View Answer


2. GWT is developed by?

A. IBM
B. Microsoft
C. Google
D. Meta

View Answer


3. Which of the following are the features of GWT ?

A. GWT provides developers option to write client side application in JAVA
B. GWT compiles the code written in JAVA to JavaScript code
C. GWT is open source, completely free
D. All of the above

View Answer


4. Which of the following are disadvantages of GWT?

A. Not indexable
B. Not degradable
C. Not designer friendly
D. All of the above

View Answer


5. GWT application consists of ___ important parts.

A. 2
B. 3
C. 4
D. 5

View Answer


6. A _________ is the configuration file in the form of XML which is used to configure a GWT application.

A. public resources
B. module descriptor
C. client-side code
D. server-side code

View Answer


7. Which method will clear any existing styles and set the widget style to the new CSS class provided using style?

A. setStyleName()
B. addStyleName()
C. dropStyleName()
D. removeStyleName()

View Answer


8. PopupLogHandler logs to the popup which resides in the upper left hand corner of application when this handler is enabled.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


9. Which widget represents a panel that wraps its contents in an HTML FORM element?

A. DivPanel
B. PopPanel
C. FormPanel
D. DialogPanel

View Answer


10. Internationalization is a way to show locale specific information on a website.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer





Discussion



* You must be logged in to add comment.