What is the role of the jdbc drivermanager class?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is a jdbc driver and how many jdbc drivers are available?
How to connect multiple database in jdbc?
What are the steps to connect to a database in java?
Explain in detail about JDBC and its general features?
Differentiate between stored procedure and functions?
What is layer in communication?
how you will execute the many tables data
Explain about column name and getter method?
Which Driver is preferable for using JDBC API in Applets?
Explain the two tier and three tier architecture of jdbc.
How to move the cursor in scrollable resultset ?