Pankajan05
Pankajan05

Reputation: 177

How I can connect to mongo db in my java application?

I want to connect a java application with mongo db so how i can connect mongo db. what kind of driver i must use? is it possible to connect?

I followed this youtube tutorial but I can't understand it clearly. https://www.youtube.com/watch?v=1rnA6wpF0o4

Upvotes: 0

Views: 95

Answers (1)

Kavindu Gayantha
Kavindu Gayantha

Reputation: 376

Use this references to solve your problem. It will help you. mongo DB java driver

and you can connect mongo DB to java applications.

Upvotes: 4

Related Questions