Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

_____________ specifies the number of documents to return in each batch of the response from the MongoDB instance.

a) cursor.batchSize(size)
b) cursor.Size(size)
c) cursor.batch(size)
d) all of the mentioned

Answer: a
Explanation: Specifying 1 or a negative number is analogous to using the limit() method.

Join The Discussion