UTP cable that supports Gigabit Ethernet is
A) CAT 3
B) CAT 4
C) CAT 5
D) CAT 6
E) Single-mode fiber
F) Multimode fiber
D
You might also like to view...
To close Side by Side view, click End Side by Side
Indicate whether the statement is true or false
Sibling Survey Application) The Sibling Survey application displays the siblings selected by the user in a dialog. If the user checks either the Brother(s) or Sister(s) JCheck- Box, and the No Siblings JCheckBox, the user is asked to verify the selection. Otherwise, the user’s selection is displayed in a JOptionPane message dialog. While testing this application, you noticed that it does not execute properly. Use the debugger jdb to find and correct the logic error(s) in the code. Figure 7.32 shows the correct output for the application.
```
a) Copying the template to your working directory. Copy the C:Examples Tutorial07ExercisesDebuggerSiblingSurvey directory to your C:Simply- Java directory.
b) Opening the Command Prompt window and changing directories. Open the Command Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaDebug- gerSiblingSurvey.
c) Running the application. Run the Sibling Survey application by typing java SiblingSurvey. Test the different options. Notice that when you select either the Brother(s) or the Sister(s) JCheckBox, the desired result is not performed. Also, notice that when you select the No Siblings JCheckBox as well as one of the other JCheckBoxes, the desired result is not performed.
d) Starting the debugger. Close the application (but leave the Command Prompt open)
and start the debugger by typing jdb.
e) Opening the template file. Open the SiblingSurvey.java file in your text