1.

Which database can be used to retrieve blobs?(a) Server-side databases(b) Client-side databases(c) Both Server-side and Client-side databases(d) Temporary databasesI got this question by my college director while I was bunking the class.This intriguing question comes from Blobs in JavaScript topic in portion Caching, Debugging and Animation of JavaScript

Answer»

The CORRECT option is (B) Client-side databases

Best explanation: A Blob object represents a file-like object of immutable, RAW data. Blobs REPRESENT data that isn’t necessarily in a JavaScript-native format. Blobs can be retrieved from client-side databases.



Discussion

No Comment Found

Related InterviewSolutions