Hi all,
In JDBC We use Connection,Resultset,Statement..etc.
All these are interfaces, but we are using it..
My Question is:
1.Where is the implementation of these interfaces?
2. We will load the JDBC driver in the first step.. Instead can we put the driver class in class path? Why loading class using Class.forName()
3.What is the difference between using JDBC driver and datasource?
Any information about the question will be appreciated..