How do you load a class in Jdbc?

[Edit]

Ans:

Loading a class in JDBC

For getting connection to database and to query database for INSERT,UPDATE,DELETE and to do some operations on database through java programs you need to load the jdbc driver class for a particular database provided by the database provider for that you use class.forName() Method this method will load the class which are neccessary for database operations

Improve Answer Discuss the question "How do you load a class in Jdbc?" Watch Question

First answer by ID1029687506. Last edit by ID1029687506. Question popularity: 45 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Software and Applications > How do you load a class in Jdbc?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
How do you do jdbc connection using j2ee?