Q. The blobs are generally stored in

  • (A) Memory
  • (B) Disk
  • (C) Both Memory and Disk
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both Memory and Disk
Explanation: The web browser can store Blobs in memory or on disk, and Blobs can represent really enormous chunks of data (such as video files) that are too large to fit in main memory without first being broken into smaller pieces with slice().
Explanation by: Mr. Dubey
The web browser can store Blobs in memory or on disk, and Blobs can represent really enormous chunks of data (such as video files) that are too large to fit in main memory without first being broken into smaller pieces with slice().

πŸ’¬ Discussion


πŸ“Š Question Analytics

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