Solved

What Is Wrong with the Following Statement? ResultSet Result =

Question 66

Multiple Choice

What is wrong with the following statement? ResultSet result = statement.execute("SELECT * from emp WHERE empNum = '5'") ;


A) ResultSet should be String
B) execute should be executeQuery
C) execute should be prepareStatement
D) 5 should not be used as an empNum value

Correct Answer:

verifed

Verified

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

Related Questions