Difference: Activity Diagram and Sequence Diagram.
Answers were Sorted based on User's Feedback
Answer / ashu
Activity Diagram mainly represent process flows captured in
system.
Sequence diagram mainly represent interaction between
different objects.It is time ordered means exact
interactions between objects is represented step by step.
| Is This Answer Correct ? | 92 Yes | 10 No |
Answer / dharmendra verma
Sequence diagram describes the behavior of several objects
in a single use case.
activity diagrams are good at showing the general sequence
of actions for several objects and use cases.
| Is This Answer Correct ? | 41 Yes | 8 No |
Answer / kumar rohit
In UML Activity diagram is used for functional modeling
while sequence diagram is used to dynamic modeling purpose.
A typical workflow can be repersented by activity diagram
while sequence diagram is more about exploring into use
case by showing intercation between objects.
Note: Activity diagram also repersents an object role in
workflow like sequence diagram but level of repersenation
is not dynamic like sequence diagram repersentation.
for example: Object lifeline and sequence of interaction
is detailed in sequence diagram while activity diagram does
not show such detail about an object.
| Is This Answer Correct ? | 29 Yes | 8 No |
Answer / berhane
activity diagram is not dynamic diagram and it is used to
see the workflow of the software.
And sequence diagram is lifeline of the the object and it
isd dynamic modeling.
| Is This Answer Correct ? | 12 Yes | 10 No |
Answer / praveen .r
Both diagrams describe process execution of a system in a
functional way.
Sequence diagram mainly ensures time order for a process.
Activity diagram portrays the execution of a process in
terms of activities performed by the objects.
| Is This Answer Correct ? | 2 Yes | 2 No |
How do you represent static members and abstract classes in Class Diagram?
What are the roles played by wrappers in uml?
In an Java interview, the Following question was asked.. How do you represent a class in UML?
What does UML do?
What are the relationships in UML?
Is UML restrictive to system development?
Explian following terms: Constraint Rules, Design by contract.
What is dependency?
What do you understand by relationships in uml?
What is state machine diagram in UML?
What is the difference between uses and extends?
How the object diagrams gets represented in uml?