Like com.mysql.jdbc.Driver in the case of mysql, what would be the JDBC driver class for mongodb?
com.mysql.jdbc.Driver
mysql
JDBC
driver
mongodb
In
In Java:
// To connect to mongodb server MongoClient mongoClient = new MongoClient( "localhost" , 27017 );