What are the two major components of JDBC?
Answer Posted / sukesh
JDBC Driver and JDBC API
JDBC DRIVER is different for each db , API is same
for all the DB . API is the one Application
programmers can use and which will communicate to the
underlaying Db through Driver
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the changes in java.io in java 8 ?
What are some alternatives to inheritance?
What is variable and its types?
Is set ordered in java?
Describe what a thread-local variable is in java?
What is static import?
What about interrupt() method of thread class ?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is the difference between the file and randomaccessfile classes?
What 4 doubled?
How do you compare two objects?
How many decimal digits is 64 bit?
How do you calculate square roots?
Give reasons supporting that string is immutable.
Which class represents the socket that both the client and server use to communicate with each other?