Login
Remember
Register
Ask a Question
Recent questions tagged #jdbc
0
votes
1
answer
Which of the following consists of methods for contacting a database?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
Which of the following is not a valid type of ResultSet?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
In which of the following type of ResultSet, the cursor can scroll forwards and backwards, and the result set is not sensitive to changes made by others to the database that occur after the result set was created.?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
Which of the following type of JDBC driver, uses database native protocol?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following type of JDBC driver, is also called Type 1 JDBC driver?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following gives out the connection to the database and implements the protocol for transferring the query and result between client and database?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
Which of the following is correct about ResultSet class of JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is correct about Statement class of JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is correct about Connection interface of JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is correct about driver interface of JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is correct about DriverManager class of JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
Which of the following is not a component/class of JDBC API?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is not a component/class of JDBC API?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
Which of the following is true about JDBC architecture?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#java
#jdbc
Java-questions-answers
0
votes
1
answer
What is JDBC?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
0
votes
1
answer
What JDBC stands for?
asked
May 21, 2020
in
JAVA
by
GeorgeBell
#jdbc
#java
Java-questions-answers
To see more, click for the
full list of questions
or
popular tags
.
...