Q. Which of the following is correct about Statement class of JDBC?
A - Statement encapsulates an SQL statement which is passed to the database to be parsed and compiled.
B - Statement encapsulates an SQL statement which is passed to the database to be planned and executed.
C - Both of the above.
D - none of the above.
Ans is C - Both of the above.