Computer Science Exam

Test
Materials

Click the materials tab to find the link to supplemental materials, a pdf will open in a new tab.

Note: Correct responses are based on Java SE Development Kit 12 (JDK 12) from Oracle, Inc. All provided code segments are intended to be syntactically correct, unless otherwise stated (e.g., “error” is an answer choice) and any necessary Java SE 12 Standard Packages have been imported. Ignore any typographical errors and assume any undefined variables are defined as used. For all output statements, assume that the System class has been statically imported using: import static java.lang.System.*;