I need to build a little program that will be able to handle a data of students and courses they have enrolled. The functionality is not that complicated, I want to be able to get the course's average and median, student's average and stuff like that.
So I've read a lot about hibernate and databases, but I have no experience with that (For the record, I obviously don't mind open one of the billion toturials online and learn that by myself, I just need the project to get done by the end of the week).
So I wonder if there is any efficient way to build such program using java classes only? I mean, how can I handle many-to-many relationship without databases in smart way?