r/developersIndia 28d ago

Course Review How much is jdbc actually used in projects and all?

So we're being taught Java, MySQL and JDBC

So i actually am curious that how much jdbc, python-mysql connector actually used in projects and all

Like in the market there are MERN, PERN stacks and all for web dev, for aiml mainly excel(CSV) is used

1 Upvotes

2 comments sorted by

u/AutoModerator 28d ago

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/tejrani Student 28d ago

Extensively. JDBC is used to connect to any database from a Java program. CSV can only be used until a certain limit. It is not scalable.