Java Programming
Everything on SkillVeris tagged Java Programming — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
Association vs Aggregation vs Composition
Association is any structural relationship where one object refers to another, aggregation is a weak has-a where the contained object can exist independently,…
What is a UML Sequence Diagram?
A UML sequence diagram models the time-ordered flow of messages exchanged between objects or components to carry out a specific interaction or use case, showin…