Vidyalelo
JavaScript · Q48

Server

Programming · JavaScript · question 48

Q48

What will be done if more than one page requires a file of JavaScript code?

A.
Downloads that many times
B.
Retrives from the browser cache
Answer
C.
Must be re executed
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
If a file of JavaScript code is shared by more than one page, it only needs to be downloaded once, by the first page that uses it—subsequent pages can retrieve it from the browser cache.