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
Difference between a process and a program?
What are accessor methods in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
Can we change the scope of the overridden method in the subclass?
what are Hostile Applets?
how to create multithreaded program? Explain different ways of using thread? : Java thread
what is bmg file and how to create that files?what will it contailn?
How do you declare an array in java?
Is integer passed by reference in java?
Does constructor creates the object ?
What is the difference between a vector & an array list?
What does 0 mean in boolean?
What is an immutable object? How do you create one in java?
What is reflexive association?
What are predefined functions?