πŸ“Š Machine Learning
Q. Which is the method to look up the objects for a range of keys?
  • (A) lookRange()
  • (B) openCursor()
  • (C) lookall()
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) openCursor()

Explanation: If you want to look up the objects for a range of keys, you create an IDBRange object and pass it to the openCursor() method of the object store.

Explanation by: Mr. Dubey
If you want to look up the objects for a range of keys, you create an IDBRange object and pass it to the openCursor() method of the object store.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate