Wednesday 28 April 2010

Explain how jdbc client getting connected to database server?

Explain how jdbc client getting connected to database server?

=>By using the following statement jdbc client made connection to database server

connection con=DriverManager.getConnection();

=>object oriented representation of clients login into the database server is nothing but connection object ,as long as the session is active,client performs any no of crud operations.


No comments:

Post a Comment