Difference: Activity Diagram and Sequence Diagram
Answer Posted / mak
Sequence diagram is interaction of objects and time required for sequencing the object
Activity diagram flow of control among the processing step
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain persistence?
What is bootstrap, extension and system class loader?
Explain what a method is?
Explain the implementation phase with respect to oop?
What is serialization? How do we implement serialization actually?
What is the use of interface?
What is a default method? Why do we need default methods in java 8 interfaces?
Can you create an instance of an interface?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Explain about the analysis phase?
What are all the operators that cannot be overloaded?
Write down how will you create a Binary tree?
Is iterator a class or interface? What is its use?
How to achieve data abstraction?
Can an interface inherit from another interface?