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
What does the jdbc resultset interface?
What are the functions of the jdbc connection interface?
Why “no suitable driver” error occurs?
What are the measures to connect to the db using jdbc?
What are the different types of locking in JDBC?
What is the use of the statement in jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Why are we using blob datatypes in jdbc?
Explain the difference between resultset and rowset in jdbc
What is JDBC Transaction Management and why do we need it?
What are the new features available in jdbc 4.0?
Is jdbc an api?
Does jdbc require oracle client?
What is difference between java.util.Date and java.sql.Date?
What are the flow statements of jdbc?