InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Label widget of a GWT? |
|
Answer» This widget contains text, not interpreted as HTML using a <div>element, causing it to be displayed with block layout. |
|