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
Briefly tell about the jdbc architecture.
Where jdbc drivermanager class is used?
What is JDBC ResultSet?
How can we maintain the integrity of a database by using jdbc?
What are the functions of the jdbc connection interface?
Why do we use jdbc statements?
What is ODBC and JDBC? How do you connect the Database?
Is jdbc connection secure?
What is the difference between ojdbc6 and ojdbc7?
What is serialization and deserialization in java programming?
What are the advantages of using preparedstatement over statement?
How many types of statements are there in jdbc?
What is the advantage of namedparameterjdbctemplate?
How are jdbc statements used?
What does connection pooling mean ?