Q: Blobs are typically stored in
-
A
Memory
-
B
Disk
-
C
Both Memory and Disk
-
D
Temporary storage
C
Answer:
C
Explanation:
A Blob object represents an immutable, raw data file-like object. Blobs can be stored in memory or on disc by the web browser, and they can represent truly massive chunks of data (such as video files) that are too large to fit in main memory without first being divided into smaller pieces with slice ().
Related Topic:
Share Above MCQ