ActiveX controls are ________

A) small programs such as web browsers
B) prebuilt active content
C) list boxes
D) all of these

D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A RadioButton is known as a switch button because it can be in only the “on” (True) state or the “off” (False) state. 2. RadioButtons can be separated into several groups, but all of the groups must be in the same container (typically a GroupBox). 3. The ReDim statement enables you to dynamically change the array size, type of the array elements, and the number of dimensions in the array. 4. The ReDim statement will automatically save the data stored in the array. 5. The ReDim statement is used only to expand an array.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Mutator methods can return integer values indicating if the change of the instance variable was a success. 2. Method overloading is when two or more methods of the same class have the same name but differ in number or types of parameters. 3. Java supports operator overloading. 4. Only the default constructor has the this parameter.

Computer Science & Information Technology