

InterviewSolution
Saved Bookmarks
1. |
____________ method renders the document in a JSON-like format.(a) displayjson(b) print(c) printjson(d) printdocThis question was addressed to me in unit test.Origin of the question is Getting Started with MongoDB topic in division MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT answer is (c) printjson To EXPLAIN I would say: printjson() OPERATION displays all DOCUMENTS. |
|