Vidyalelo
JavaScript · Q33

Caching And Debugging

Programming · JavaScript · question 33

Q33

The blobs are generally stored in

A.
Memory
B.
Disk
C.
Both Memory and Disk
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
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().