A
A
Alexey24112020-07-21 21:02:16
Java
Alexey2411, 2020-07-21 21:02:16

Is it worth learning JDBC?

I guess I'm already the millionth user who asks this question, but is it worth starting with JDBC to learn how to work with a DBMS? I do not yet have a specific goal to learn any particular DBMS, but just to get a good base so that there are no problems with further study. The current level of knowledge is working with SQLite at the beginner level. Should I learn this API or read about other newer technologies? Again, the goal is to get a good basic knowledge.
To be honest, there is still no clear understanding of the pros and cons of JDBC compared to other technologies, so I ask for your help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-07-21
@Aleksey2411

jdbc as a subsystem should be studied only if there is a desire to write a new driver, if suddenly there is none yet, or to improve an existing one.
and the interface itself (which is the de facto standard) learns quickly and like studying the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question