Solved

What Will the Following Command Do

Question 13

Multiple Choice

What will the following command do?
Java -classpath derby.sql;. ExecSQL database.properties


A) It will execute the statements in the database.properties file.
B) It will execute the statements in the derby.sql file.
C) It will compile the statements in the derby.sql file.
D) It will use ExecSQL program as an interactive testing tool.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions