how can we connect to db without using getConnection()
method
Answer Posted / sitaram
without getConnection(), we can't connect the DB.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How do java applications access the database using jdbc?
What is preparedstatement in jdbc?
What are the common JDBC problems that you got and how do you solved them?
What class.forname will do while loading drivers of jdbc?
Why do you use a data source object for a connection?
How can you use preparedstatement in jdbc?
How can we retrieve the file in the oracle database?
What is in term of jdbc a datasource?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is dburl?
What are the standard isolation levels defined by JDBC?
What is jdbc driver manager?
What are the new features available in jdbc 4.0?
Describe the steps needed to execute a sql query using jdbc.
What is jdbc and explain jdbc architecture?