Main Topics
Browse All TopicsGuys;
what does this mean ?
1.3 Describe, compare, and contrast class compositions, and associations (including multiplicity: (one-to-one, one-to-many, and many-to-many), and association navigation.
Thanks for the time if you have any more time pls. help this question worth 150 pts :
http://www.experts-exchang
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Compositions means that a class is composed of another class, and depends on that other class for it's existance.
i.e. If a classes only constructor creates an instance of another class and requires it for it's whole lifetime.
Associations are where a class uses another class in some way.
i.e. an objects instance variables are often associations
1 to 1 means a class will be associated with an instance of another class i.e. will have one instance variable of
1 to many means a class will be associated with many instances of another class, i.e. will have a collection of that other class
many to many means a class will be associated with many instances of another class and that other class will be associated with many instances of that class.
association navigation refers to which class knows about the other, i.e. one class has a variable of another class but the other may or may not
hrmm... hope that's useful to you
Business Accounts
Answer for Membership
by: rajah_mohammedPosted on 2005-06-05 at 00:51:01ID: 14147818
I forgot to say its part of this objective : g/certific ation/java / associate _beta_obje ctives.xml
http://www.sun.com/trainin