Multiple Choice
The following command will compile a Java program called TestDB:
A) java TestDB.class
B) java TestDB.java
C) javac TestDB.java
D) javac TestDB.class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Microsoft Access is an example of a:<br>A)Heavyweight
Q7: If your statement has variable parts, you
Q9: Which SQL command(s) modify the data in
Q13: If you encounter an error during updating
Q15: Given the following two statements, what does
Q29: When you close a connection:<br>A)it closes the
Q51: What will the following command do?<br>java -classpath
Q66: Which Java statement connects to a database
Q69: What does the execute method return?<br>A)ResultSet<br>B)Query<br>C)RecordSet<br>D)boolean
Q74: The _ class has a next method