Which of the following is not a GUI component (control or widget)?
a. String.
b. Button.
c. Menu.
d. Combo box.
a. String.
Computer Science & Information Technology
You might also like to view...
Users should be allowed to enter, edit, and delete data, but not to modify the structure or design of the database
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. The final modifier is included before the definition of the method, then the method can be redefined in a derived class. 2. Java uses late binding with private methods, methods marked final, or static methods.
Computer Science & Information Technology