0
  1. what are the difference between document and dbObject when using MongoDB and Java?
  2. when will we use each of them?
Ohad
  • 1,563
  • 2
  • 20
  • 44

1 Answers1

1

The DBObject interface adds some specific behavior to BSONObject for MongoDB documents.

Atish
  • 4,277
  • 2
  • 24
  • 32