Difference: Activity Diagram and Sequence Diagram

Answer Posted / ranjith

Activity diagrams :
are typically used for business process modeling,
for modeling the logic captured by a single use case
or usage scenario, or for modeling the detailed logic
of a business rule. This is the OOAD version of flowchart
or data flow diagram.

Sequence Diagrams:
model the flow of logic within your system in a visual manner,
enabling you both to document and validate your logic,
and are commonly used for both analysis and design purposes.
Sequence diagrams identify behavior within the system.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is iterator a class or interface? What is its use?

533


What are base class, sub class and super class?

559


Define exceptions?

535


Are constructors inherited? Can a subclass call the parent's class constructor? When?

575


Write down how will you create a Binary tree?

606






Explain basic concepts of OOPS?

517


What is a functional interface? What is sam interface?

567


What do you mean by "explicitly implemeting an interface". Give an example?

573


What is the difference between a class and a structure?

514


What is single and multiple inheritance?

565


How many methods do u implement if implement the serializable interface?

552


When will you use an interface and abstract class?

577


Can a class in java be inherited from more than one class?

515


What if we make the method as abstract in another interface?

525


Can an interface contain fields?

581