please tell me the name and url path for type-4 driver ?
Answer Posted / pareddy
driver class="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@localhost:1521:se"
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you mean by odbc?
What is ojdbc?
How the JDBC application works?
Why is jdbc used?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is ojvm used for?
What is xe in oracle jdbc url?
How can you retrieve data from the resultset using jdbc?
What are the different classes through which JDBC represents statements?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Which interface is responsible for transaction management in jdbc?
How to insert an image or raw data into database?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How many locking systems are there in jdbc?
What is the use of jdbc api?