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 to set NULL values in JDBC PreparedStatement?
How the JDBC application works?
How can I get information about foreign keys used in a table?
What is a connection string used for?
What is the meaning of batch updates?
How many ways that we can view a result set?
When do we get java.sql.SQLException: No suitable driver found?
Does JDBC support stored procedures?
What is JDBC RowSet? What are different types of RowSet?
Which jdbc driver type s is are the jdbc odbc bridge?
What are the advantages of using preparedstatement over statement?
How to check jdbc driver version in websphere?
What is odbc and jdbc drivers?
What are the differences between stored procedure and functions?
Describe odbc?