In this lecture you will learn what is a cursor and what is the advantage of it? When we use find() method to fetch documents from a collection, instead of returning all the documents from a collection, it returns a cursor. So, let's understand what is a cursor?