In a switch statement, the word ____ is optional and operates the same as the last else in an if-else chain.
A. if
B. break
C. case
D. default
Answer: D
You might also like to view...
________ creates a String array of 5 rows and 16 columns.
a) new string( 4, 15 ) b) new string( 5, 16 ) c) new string( 6, 17 ) d) new string( 16, 5 ) e) new string( 17, 6 )
________ is a technique where the underlying operating environment of an application is virtualized.
A) Container virtualization B) Traffic engineering C) CCN D) COTS
Which of the following is an interagency body empowered to prescribe uniform principles, standards, and report forms for the federal examination of financial institutions?
A) NCUA B) FRB C) FDIC D) FFIEC
JComboBoxes, JButtons and JPanels are examples of .
a) platforms b) high-level languages c) methods d) GUI components