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 character constant and string constant in java ?
Explain differences between checked and unchecked exceptions in java?
Explain inner classes ?
What is defined as false sharing in the context of multithreading?
What is functional interface in java example?
What about static nested classes in java?
Explain the importance of throws keyword in java?
What is a conditional equation?
What is the simpletimezone class in java programming?
Can we inherit a class with private constructor?
What is finalize()? Is finalize() similar to a destructor?
Does java set allow duplicates?
What does nextint () do in java?
When we serialize an object does the serialization mechanism saves its references too?
How do you sort arrays in java?