Answer Posted / karthikeyan
we're using type 4 because we do not require to have client
side software to be present. db vendors will take care of it
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What is database deadlock ?
What are the new features added to JDBC 4.0?
How MS-Access DB can be accessed over a network, using JDBC API?
What does executeupdate return in jdbc?
What is the return type of class.forname() method?
What is the purpose of the jdbc resultset interface?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What class.forname will do while loading drivers of jdbc?
What does connection pooling mean ?
How to set the attribute concurrency in resultset?
What is setautocommit in jdbc?
Describe the steps needed to execute a sql query using jdbc.
What are collection pools?
What are the classes and methods used for sending sql statements to database?
Explain the main method?