Answer Posted / ramu
. To create connection first we have to load the driver using
class.forName(drivername)
. Get a connection to the database using DriverManager.getConnection()
after wards you can create Statement object and u can
execute the query
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is savepoint in jdbc?
What are the common tasks of JDBC?
How to insert an image or raw data into database?
What do you understand by jdbc datasource?
What is jdbc stand for?
Result set’s index starts with 0 or 1?
Discuss the significances of jdbc.
What are the classes and methods used for sending sql statements to database?
What is jdbc servlet?
Give an example for getXXX method?
How we store procedure in oralce for callable statements in jdbc
What does jdbc setmaxrows method do?
Does jdbc use ssl?
Why would you use setautocommit(false) in jdbc?
What is the role of the jdbc drivermanager class?