Multiple choice technology architecture

What are UML sequence diagrams used for ?

  1. They show the dynamic behavior of the system for a given scenario.

  2. They show the static behavior of the system for a given scenario.

  3. Both the above

  4. None of the above

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

Sequence diagrams show interactions between objects over time for a specific scenario - this is dynamic behavior (how objects communicate). Static behavior refers to structural elements like class relationships, which sequence diagrams don't depict.