March 2018
Intermediate to advanced
324 pages
8h 30m
English
All we have to do to implement this specification is change the string we used to set the collection name:
public TicTacToeCollection() throws UnknownHostException {
DB db = new MongoClient().getDB("tic-tac-toe");
mongoCollection = new Jongo(db).getCollection("game");
}
Read now
Unlock full access