COMP 328 UOP Course Tutorial / shoptutorial

COMP 328 UOP Course Tutorial / shoptutorial

COMP 328 Week 2 lab 2

For more course tutorials visit
www.shoptutorial.com

Derscription
COMP 328 Week 2 lab 2

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
COMP 328 Week 1 lab 1

For more course tutorials visit
www.shoptutorial.com

Derscription
COMP 328 Week 1 ilab 1

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
COMP 328 Final Exam

For more course tutorials visit
www.shoptutorial.com

Derscription
COMP 328
Java Exam
Select the best answer.
1: The .class extension on a file means that the file
a.contains Java source code.
b.contains HTML.
c.is produced by the Java compiler (javac).
d.contains a machine specific executable image.
2: Which command compiles the Java source code file Welcome.java?
a.cd Welcome.java
b.javac Welcome.java
c.java Welcome.java
d.compile Welcome.java
3: A(n) ________ enables a program to read data from the user.
a.printf
b.import declaration
c.Scanner
d.main routine
4: Which of the following is a Scanner method?
a.nextLine
b.nextText
c.nextWord
d.readNext
5: Every Java application is required to have
a. at least one public static method.
b.at least one data member.
c. a String variable which holds the name of the application.
d.a content pane and several GUI components.
6: Which of the following statements about creating arrays and initializing their elements is false?
a. The new keyword should be used to create an array.
b. When an array is created, the number of elements must be placed in square brackets following the type of element being stored.
c. The elements of an array have unknown values just after the array has been created.
d. A for loop is an excellent way to initialize the elements of an array.
7: Assume the...

Similar Essays