JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
GWT interview questions
GWT interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. What GWT stands for?
A. Great Web Toolkit
B. Google Web Toolkit
C. Google Web Tool
D. None of the above.
Show Correct Answer
Correct Answer is :
Google Web Toolkit
2. What is the purpose of 'module' tag in *.gwt.xml file in GWT?
A. This provides name of the application.
B. This adds other gwt module in application just like import does in java applications. Any number of modules can be inherited in this manner.
C. This specifies the name of class which will start loading the GWT Application.
D. None of the above.
Show Correct Answer
Correct Answer is :
This provides name of the application.
3. Which of the following is true about bootstrap procedure of a GWT Application?
A. Browser loads the host html page and .nocache.js file.
B. .nocache.js code resolves deferred binding configuarations (for example, browser detection) and use lookup table generated by GWT compiler to locate one of the .cache.html.
C. .nocache.js code then creates a html hidden iframe, inserts that iframe into the host page's DOM, and loads the .cache.html file into the same iframe.
D. All of the above.
Show Correct Answer
Correct Answer is :
All of the above.
4. Using which of the following way, you can attach a stylesheet to GWT application?
A. Using a CssResource contained within a ClientBundle.
B. Using an inline
element in a UiBinder template.
C. Both of the above.
D. None of the above.
Show Correct Answer
Correct Answer is :
Both of the above.
5. Which of the following gwt widget acts as a suggestion box?
A. CheckBox
B. ListBox
C. SuggestBox
D. GWTSuggestionBox
Show Correct Answer
Correct Answer is :
SuggestBox
Similar Interview Questions
Search for latest jobs
Find Jobs