InterviewSolution
Saved Bookmarks
| 1. |
What Are The Collections Of Application Object? |
|
Answer» CONTENTS collection - contains all VARIABLES added via SCRIPTS in global.asa. STATIC collection - contains the NAMES of all objects. Contents collection - contains all variables added via scripts in global.asa. Static collection - contains the names of all objects. |
|