|
Im studying for my java class I have a midterm soon; anyone knows some good websites for OOP in java? Anything such as linked list, exception handling, composition, arrays, Big O, etc |
|
The concepts you mentioned have very little (if at all) to do with OOP. OOP in Java comes in the form of classes, interfaces, and inheritance. The list you specified mostly applies to programming in general. In regards to that, Wikipedia does a good job at explaining Big O and data structures like linked lists. |
