Association in Java defines the connection between two classes that are set up through their objects . Association manages one-to-one, one-to-many, and many-to-many relationships. In Java, the multiplicity between objects is defined by the Association.
Read more