Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

6. Database

Sumit Rawal answered on May 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


6. Database

0

Database access is an important part of many Java applications and thankfully Java comes with JDBC (Java Database Connectivity) API Which provides a standard set of APIs for connecting to any relational database.

As an application developer, you just need to know the API as all vendors provide an implementation of those APIs. You just need to include their JAR file into the classpath and your code will work fine.

By the way, JDBC is not the only option to interact with the database, there are open source libraries like JOOQ which can help you to write SQL queries in Java.

jOOQ generates Java code from your database and lets you build type-safe SQL queries through its fluent API

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on May 14 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.