Sr.Java Web Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what is JDBC Driver?
Answer:
JDBC Driver is a software component that enables java application to interact with the database. There are 4 types of JDBC drivers:
☛ JDBC-ODBC bridge driver
☛ Native-API driver (partially java driver)
☛ Network Protocol driver (fully java driver)
☛ Thin driver (fully java driver)
☛ JDBC-ODBC bridge driver
☛ Native-API driver (partially java driver)
☛ Network Protocol driver (fully java driver)
☛ Thin driver (fully java driver)
Download Sr.Java Web Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me what is a servlet? | What is execute(String query)? |