X Tutup
Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 668 Bytes

File metadata and controls

14 lines (13 loc) · 668 Bytes

JDBC

  1. What are the steps in the JDBC connection?
  2. What is JDBC?
  3. What are drivers available?
  4. What is the difference between JDBC and ODBC?
  5. What are the types of JDBC Driver Models and explain them?
  6. What are the steps involved for making a connection with a database or how do you connect to a database?
  7. What type of driver did you use in project?
  8. What are the types of statements in JDBC?
  9. What is stored procedure?
  10. How to create and call stored procedures?
X Tutup