InterviewSolution
Saved Bookmarks
| 1. |
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(c) Must be re executed(d) Must be included in all the pagesThis question was posed to me in an international level competition.This interesting question is from Embedding JavaScript in HTML topic in division Server-Side and Client-Side Scripting of JavaScript |
|
Answer» Right option is (b) Retrives from the browser cache |
|