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

1. Check boxes may be grouped in a ButtonGroup, like radio buttons are.
2. All operating systems offer the same set of GUI components.
3. The System.exit method will end the application.
4.The ActionEvent argument that is passed to an action listener's actionPerformed method is the event object that was generated in response to an event.


1. TRUE
2. FALSE
3. TRUE
4.TRUE

Computer Science & Information Technology

You might also like to view...

How does XML allow an application to specify fields such as a name and address?

What will be an ideal response?

Computer Science & Information Technology

The statement__________assigns to value a random number in the range 5 to 20.

``` a) value = 4 + randomObject.nextInt( 16 ); b) value = randomObject.nextInt( 21 ); c) value = 5 + randomObject.nextInt( 15 ); d) value = 5 + randomObject.nextInt( 16 ); ```

Computer Science & Information Technology

Together, the appearance and the way in which the user interacts with the application are known as that application’s ________.

a. abstract window toolkit. b. look-and-feel. c. swing factor. d. All of the above.

Computer Science & Information Technology

Which ICMP reply does a router send in order to indicate that the router cannot use the strict or loose source routing path specified in the original packet?

A. Code 2: Protocol Unreachable B. Code 3: Port Unreachable C. Code 4: Fragmentation Needed and Don't Fragment Was Set D. Code 5: Source Route Failed

Computer Science & Information Technology