JDBC Interview Questions and AnswersWhat is JDBC API and when do we use it? Java DataBase Connectivity API allows us to work with relational databases. JDBC API interfaces and classes are part of java.sql and javax.sql package. We can use JDBC API to get the database connection, run SQL...
Java Database Connectivity API contains commonly asked Java interview questions. A good understanding of JDBC API is required to understand and leverage many powerful features of Java technology. Here are few important practical questions and answers which can be asked in a Core Java JDBC interview....
JDBC Interview Questions And Answers JDBC Coding Best Practices Advertisements Advertisements Your Feedback Motivate Us If ourFacingIssuesOnIT Expertssolutions guide you to resolve your issues and improve your knowledge. Please share your comments, like and subscribe to get notifications for our posts. ...
J2EE, Core Java, Spring, Servlets, JSP, JDBC, Hibernate, CSS, JavaScript, JQuery, Interview questions
Java/j2ee job interview companion - 400+ questions & answers This book will assist all Java/J2EE practitioners to become better at what they do. Usually it takes years to understand all the core concepts and key areas when you rely only on your work experience. The best way to fast track...
JDBC “java.io.NotSerializableException” occurs while using Spring JDBC Template for connectivity and passing arguments for searching/update as parameters. Because JDBC parameters always required searialize objects. Mostly happen when forget to use get fields value from objec...
4 JDBC performance tips to improve performance of DAO layer How to connect Oracle database from Java programmer 10 JDBC Interview questions and answers for 2 to 4 years experienced programmer Difference between type 2 and type 4 JDBC driver...
Difference between Type 1 and Type 4 JDBC drivers (answers) How to connect to MySQL database from Java Program? (tutorial) JDBC Batch Insert and Update example using PreparedStatement (tutorial) Top 10 JDBC Interview Question for Java programmers (read) ...
Home Interview Questions J2EE JDBC JDBC Type1 drivers Can we use Type1 driver in web Application?If possible give me a simple example for all driver types? jagadesh05 Dec 22nd, 2007 18 4920 Questions by jagadesh05 JDBC Answer First Prev Next Last Showing Answers 1 - 18 of 18 Answers...
Home Interview Questions J2EE What are the differences between type1 driver, type2 driver,type3 driver,type4 driver in jdbcInterview Candidate Oct 5th, 2005 10 10062 J2EE Answer First Prev Next Last Showing Answers 1 - 10 of 10 Answers...