Difference: Activity Diagram and Sequence Diagram
Answer Posted / naveen sisupalan
Activity diagram is used to show identify the interaction
between domains and Sequence diagram is used to show the
logical execution flow of a business process.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
If a class inherits an interface, what are the 2 options available for that class?
What is a default method? Why do we need default methods in java 8 interfaces?
What is the significance of encapsulation?
What are the Differentiate between abstraction and encapsulation.
Explain what is meant by polymorphism?
What is the need of multiple inheritance?
Explain persistence?
What is a ternary operator?
Define Data Abstraction. What is its importance?
Difference between class and an object?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is a final variable?
What is overriding?
What is the difference between a virtual method and an abstract method?
Explain about object oriented programming?