Which of the following method Converts the collection into an array of documents?

33. Which of the following method Converts the collection into an array of documents?

  1. collection.toArray()
  2. collection.Array()
  3. doc.Array()

Answer: A) collection.toArray()

Explanation:

collection.toArray() method Converts the collection into an array of documents.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.