please tell me the name and url path for type-4 driver ?
Answer / pareddy
driver class="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@localhost:1521:se"
| Is This Answer Correct ? | 5 Yes | 0 No |
What is ODBC and JDBC? How do you connect the Database?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc architecture?
Where is mysql jdbc driver located?
How do I start debugging problems related to the JDBC API?
Explain Basic Steps in Writing a Java Program Using Jdbc?
what is the current version of JDBC? and explain its features?
How can you load the drivers?
How can we retrieve data from the resultset?
What is 2-tier and 3-tier architecture?
What is jdbc odbc in java?
what does the method Class.forName returns?