What is jdbc in java? Can anybody explain? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is jdbc in java? Can anybody explain?

jdbc

11th Jun 2017, 5:27 PM
Prashant Lahade
Prashant Lahade - avatar
2 Answers
+ 2
"The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database." https://docs.oracle.com/javase/tutorial/jdbc/overview/index.html
11th Jun 2017, 6:33 PM
Tim
0
Java JDBC is a java API to connect and perform question with the database. JDBC API uses jdbc motorists to talk with the database. What is JDBC? JDBC appears for Java Database Connection, which is a standard Java API for database-independent connection between the Java development language and a variety of databases.The JDBC collection includes APIs for the duties mentioned below that are affliated with details resource utilization. Fundamentally, JDBC is a requirements that provides a complete set of connections that allows for convenient option a details resource.JDBC gives the same capabilities as ODBC, enabling Java programs to contain database-independent code. Read More:- http://crbtech.in/Java-Training/know-jdbc/
12th Sep 2017, 9:50 AM
mayur kohli
mayur kohli - avatar