Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JDBC Interview Questions and Answers

Question: What are the different types of Statements?
Answer:
  • Regular statement (use createStatement method)
  • prepared statement (use prepareStatement method)
  • callable statement (use prepareCall)
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook