

InterviewSolution
Saved Bookmarks
1. |
Cursors returned from aggregation only supports cursor methods like ________________(a) cursor.hasNext()(b) cursor.Next()(c) cursor.has()(d) all of the mentionedI have been asked this question in a job interview.Question is from Aggregation Pipeline topic in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» Right CHOICE is (a) CURSOR.hasNext() |
|