Answer Posted / mathivanan
Connection is the second step of JDBC followed by
Driver_Loading. It gives the connection between the
database Driver's Manager and our java program.
Syntax: Connection con_obj = DriverManager.getConnection
("url", "login_name", "password");
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a statement and a preparedstatement.
Describe how the jdbc application works.
How can we set null value in jdbc preparedstatement?
What are drivers available?
How can we disable a constraint ?
Is jdbc object oriented?
What is a statement?
Does jdbctemplate close connection?
What is the use of JDBC DriverManager class?
How we can you use preparedstatement.
What are the different types of resultset?
What are different types of JDBC Drivers?
How can I get information about foreign keys used in a table?
Why do we need jdbc api?
Explain Basic Steps in Writing a Java Program Using Jdbc?