Answer Posted / aejaz ahmad
JDBC Tchnology is an Api (Application Programoming
Interface)that provides cross DBMS connectivity to a wide
range of SQL database and access to other tabular data
sourse JDBC is a set of programing interface.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Give steps to connect to the db using jdbc?
Why isn't the java.sql.DriverManager class being found?
What is db client?
What is 2 phase commit?
What is while rs next ())?
How can we maintain the integrity of a database by using jdbc?
How we can you use preparedstatement.
Can I use JDBC to execute non-standard features that my DBMS provides?
What packages are used by jdbc?
How can I get information about foreign keys used in a table?
What is the query used to display all tables names in SQL Server (Query analyzer)?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How to set the attribute concurrency in resultset?
What is jdbc dialect?
What is the JDBC syntax for using a literal or variable in a standard Statement?