1.

The blobs are generally stored in ____________(a) Memory(b) Disk(c) Both Memory and Disk(d) Temporary storageI have been asked this question during an interview for a job.This intriguing question comes from Blobs in JavaScript in portion Caching, Debugging and Animation of JavaScript

Answer»

The CORRECT choice is (c) Both Memory and Disk

The explanation: A Blob object represents a file-like object of immutable, raw data. 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

No Comment Found

Related InterviewSolutions