Multiple choice technology web technology

Flash Programming is:

  1. Java based

  2. C++ based

  3. Event based

  4. C# based

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

Flash (ActionScript) programming is fundamentally event-based, responding to user actions like clicks, key presses, and timeline events. While ActionScript has ECMAScript roots (like JavaScript), it is not based on Java, C++, or C#. The event-driven architecture is central to Flash interactive applications.