What are the steps in the JDBC connection? Ans. While making a JDBC connection we go through the following steps : Step 1 : Register the database driver by using : Class.forName(\" driver classs for that specific database\" ); Step 2 : Now create a database connection using : ...
See more
Download the Study24x7 App, so you can connect and collaborate.