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
How many rowset are available in jdbc?
Explain the JDBC Architecture?
How do I insert an image file (or other raw data) into a database?
What is jdbc and explain jdbc architecture?
Explain jdbc savepoint?
What is jdbc odbc bridge in java?
How can I determine the isolation levels supported by my DBMS?
What are the jdbc drivers in java?
What is the difference between ojdbc6 and ojdbc7?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What is the function of drivermanager class?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How can I write to the log used by DriverManager and JDBC drivers?
Why we use jdbc instead of odbc?
What are the main steps in java to make JDBC connectivity?