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
Why should we close database connections in java?
What does the jdbc connection interface?
What is an odbc driver?
List the common jdbc exceptions ?
What is jdbc driver manager?
Explain about the Try Block?
What is jdbc thin client?
Where is jdbc used?
Describe the steps needed to execute a sql query using jdbc.
What are the three basic components of the odbc architecture?
What is JDBC Transaction Management and why do we need it?
What is two-phase commit in the database?
Where can I find info, frameworks and example source for writing a JDBC driver?
What are the advantages of collection pools?
Which package is used for jdbc application?