Solved

What Is the Effect of the Following Statement? String Product_code

Question 71

Multiple Choice

What is the effect of the following statement? String product_code = result.getString(1) ;


A) it will return the data in the second column.
B) it will return the data in the first column.
C) it will store the integer 1 as a string in the product_code.
D) it will return the name of the column.

Correct Answer:

verifed

Verified

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

Related Questions