

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
51. |
Which widget represents a multiline text box in GWT? |
Answer» | |
52. |
Which widget represents a password text box in GWT? |
Answer» | |
53. |
Which widget represents a single line text box in GWT? |
Answer» | |
54. |
Which widget acts as a suggestion box in GWT? |
Answer» | |
55. |
Which widget represents a list of choices to the user, either as a list box or as a drop-down list in GWT? |
Answer» | |
56. |
Which widget represents a mutually-exclusive selection radio button widget in GWT? |
Answer» | |
57. |
Which widget represents a standard check box widget. This class also serves as a base class for RadioButton in GWT? |
Answer» | |
58. |
Which widget represents a stylish stateful button which allows the user to toggle between up and down states in GWT? |
Answer» | |
59. |
Which widget represents a normal push button with custom styling in GWT? |
Answer» | |
60. |
Which widget represents a standard push button in GWT? |
Answer» | |
61. |
What is the purpose of Anchor widget of GWT? |
Answer» | |
62. |
What is the purpose of Image widget of a GWT? |
Answer» | |
63. |
What is the purpose of HTML widget of a GWT? |
Answer» | |
64. |
What is the purpose of Label widget of a GWT? |
Answer» | |
65. |
Explain Widget class. |
Answer» | |
66. |
Explain UIObject class. |
Answer» | |
67. |
Which class is the superclass of all user-interface classes? |
Answer» | |
68. |
How you can attach a CSS file with your GWT module? |
Answer» | |
69. |
What is the difference between primary style and secondary styles of a GWT Widget? |
Answer» | |
70. |
What is the purpose of setStylePrimaryName() function of a GWT widget? |
Answer» | |
71. |
What is the purpose of getStyleName() function of a GWT widget? |
Answer» | |
72. |
What is the purpose of removeStyleName() function of a GWT widget? |
Answer» | |
73. |
What is the purpose of addStyleName() function of a GWT widget? |
Answer» | |
74. |
What is the purpose of setStyleName() function of a GWT widget? |
Answer» | |
75. |
Do GWT compiler creates default Id attribute for its Widget by default? |
Answer» | |
76. |
What is the default style name of any GWT widget? |
Answer» | |
77. |
What is the purpose of Host Page? |
Answer» | |
78. |
Why should a .nocache.js file never be cached? |
Answer» | |
79. |
Explain bootstrap procedure for GWT application. |
Answer» | |
80. |
What is .cache.html file in GWT? |
Answer» | |
81. |
What is *.nocache.js file in GWT? |
Answer» | |
82. |
What is an entry-point class? |
Answer» | |
83. |
What is the purpose of 'stylesheet' tag in *.gwt.xml file in GWT? |
Answer» | |
84. |
What is the purpose of 'script' tag in *.gwt.xml file in GWT? |
Answer» | |
85. |
What is default public path for static resources in GWT application? |
Answer» | |
86. |
What is the purpose of 'public' tag in *.gwt.xml file in GWT? |
Answer» | |
87. |
What is the purpose of 'source' tag in *.gwt.xml file in GWT? |
Answer» | |
88. |
How onModuleLoad() functions get called if multiple entry-point classes are specified in *.gwt.xml? |
Answer» | |
89. |
Which method of a entry-point class is called when GWT application starts? |
Answer» | |
90. |
Can you have multiple entry-point classes in a *.gwt.xml file? |
Answer» | |
91. |
What is the purpose of 'entry-point' tag in *.gwt.xml file in GWT? |
Answer» | |
92. |
What is the purpose of 'inherits' tag in *.gwt.xml file in GWT? |
Answer» | |
93. |
What is the purpose of 'module' tag in *.gwt.xml file in GWT? |
Answer» | |
94. |
What is Module descriptor in GWT? |
Answer» | |
95. |
What are the components of a GWT application? |
Answer» | |
96. |
What are the core components of GWT? |
Answer» | |
97. |
What are the features of GWT? |
Answer» | |
98. |
What is GWT? |
Answer» | |