आपको DBCollection.find()
विधि, जो
तो, आपको क्या करना है:
DBCursor cursor = coll.find();
while (cursor.hasNext()) {
DBObject obj = cursor.next();
//do your thing
}
आपको DBCollection.find()
विधि, जो
तो, आपको क्या करना है:
DBCursor cursor = coll.find();
while (cursor.hasNext()) {
DBObject obj = cursor.next();
//do your thing
}