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 |
why are using type4 driver in realtime projects?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
what are the types of result sets in JDBC 3.0 ?
Why would you use setautocommit(false) in jdbc?
What is jdbc url for mysql?
What is the full form of jdbc and what is its purpose?
What is meant by jdbc and odbc?
What is createstatement method in java?
What are statements in JAVA ?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
signature of init method?
What are the three basic components of the odbc architecture?