Question : Static resources : Uploaded content that can not be referenced in a Visualforce page
1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as .zip and .jar files), images, stylesheets, JavaScript, and other files. We can package a collection of related files into a directory hierarchy and upload that hierarchy as a .zip or .jar archive. We can reference a static resource by name in page markup by using the $Resource global variable instead of hard-coding document IDs.
Question : Where can you access and create new static resources? 1. Setup menu 2. under Develop 3. Static Resources 4. All of the above 5. None of the above