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 are the functions of the jdbc connection interface?
How many types of JDBC Drivers are present and what are they?
What is drivermanager in jdbc?
What are the ddl statements?
How can you use preparedstatement in jdbc?
What is de-normalization?
What do you understand by jdbc driver and explain its types?
Does jdbc use odbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is jdbc architecture in java?
Is jdbctemplate thread safe?
why are using type4 driver in realtime projects?