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 is the messsage u r going to get from an objectoriented programing?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is stringjoiner ?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
How will you add panel to a frame?
What is the protected method modifier?
What are heap memory and stack memory and what are memory tables.
Explain importance of throws keyword in java?
What type of language is java?
what is collatration?
Is list ordered in java?
Why is java not 100% pure oops?
How do you compare arrays in java?
Explain reverse a linked list recursive java solution?
Is linkedlist thread safe in java?