Top 10 JDBC interview questions?
1. What is JDBC, and for what reason is it utilized? JDBC (Java Data set Network) is a Programming interface that permits Java applications to communicate with data sets. It gives techniques to associate with the information base, execute questions, and recover results. It is utilized to oversee information in social data sets through SQL orders. 2. What are the center parts of the JDBC engineering? Driver Director: Oversees data set drivers. Driver: Lays out the association between the Java application and the information base. Association: Addresses the association with the information base. Proclamation : Used to execute SQL questions. ResultSet: Addresses the outcome set of an inquiry. 3. Make sense of the various sorts of JDBC drivers. There are four sorts: Type-1: JDBC-ODBC Extension Driver. Type-2 : Local Programming interface Driver. Type-3: Organization Convention Driver. Type-4: Slim Driver (Direct-to-Data set Unadulterated Java Driver). 4. How would you enlist ...