Multiple choice technology web technology

Share Object(s) is:

  1. Object(s) in library, to share in all swf files

  2. Object(s) which is created by class and share to other class

  3. Object(s) which is created by swf and store on local system

  4. Object(s) which share which their properties

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Shared Objects in Flash are objects created by SWF files that can store data locally on the user's system (similar to cookies). They persist between sessions and allow data to be saved and retrieved. They are not library sharing mechanisms, class-to-class sharing, or property-sharing objects.