Correct Answer : cursor.hasNext()
Explanation : cursor.hasNext() returns true if the cursor returned by the db.collection.find() query can iterate further to return more documents.