Q. Which of the following is correct about Connection interface of JDBC?
A - Connection interface consists of methods for contacting a database.
B - It represents communication context.
C - Both of the above.
D - none of the above.
Ans is C - Both of the above.