Java
Programming and Technical
What are drivers available?
a) JDBC-ODBC Bridge driver
b) Native API Partly-Java driver
c) JDBC-Net Pure Java driver
d) Native-Protocol Pure Java driver
Read Solution (Total 0)
Java Other Question
Q. What is JDBC?
A. JDBC is a set of Java API for executing SQL statements. This API consists of a set of classes and interfaces to enable programs to write pure Java Database applications.
Q. What is stored procedure?
A. Stored procedure is a group of SQL statements that forms a logical unit and performs a particular
task. Stored Procedures are used to encapsulate a set of operations or queries to execute on
database. Stored procedures can be compiled and executed with different parameters and results
and may have any combination of input/output parameters