Home > Web Development > Quizzes > Google Web Toolkit Fundamentals Test
Google Web Toolkit Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “The P in MVP stands for:”
Google Web Toolkit Fundamentals Test
Time left 00:00
25 Questions

1. A deferred binding implementation can be generated in GWT with:
2. What two files must be edited before adding GWT logging?
3. What class is used to unit test GWT code?
4. The EntryPoint interface has which method?
5. How do you access javascript in GWT?
6. What argument would you use to run a manual test within a solo browser?
7. Code splitting to minimize JS downloads can be achieved with:
8. A CSS can be applied to a Widget with which method?
9. Which of the following is not a security weakness in GWT?
10. What language is GWT client side code written in.
11. What feature us used to build XSRF protection?
12. What is the default locale when not specified?
13. Is it necessary to use GWT's history mechanism with MVP development?
14. How do you use XSRF protection when using RequestBuilder and RequestCallback classes?
15. Which of the of the following does GWT not include
16. History events in GWT are implemented as a:
17. A ClickHandler extends:
18. How are parent/child relationships determined?
19. How are loggers organized?
20. An AJAX call in GWT can be implemented with:
21. When does GWT perform its locale-related work?
22. What servlet container is used for testing during development time?
23. What do you use to integrate GWT with a third-party Javascript library?
24. The biggest difference between MVP Part1 and Part2 is:
25. Human readable strings matched with tags at compile time are considered what?