https://github.com/jleung51/cmpt-213-review-code
Java 8 example code from my CMPT 213 Collaborative Review Session.
https://github.com/jleung51/cmpt-213-review-code
academic-honesty bfraser education example java learning
Last synced: over 1 year ago
JSON representation
Java 8 example code from my CMPT 213 Collaborative Review Session.
- Host: GitHub
- URL: https://github.com/jleung51/cmpt-213-review-code
- Owner: jleung51
- Created: 2020-04-22T04:14:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T10:13:04.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:11:20.454Z (over 1 year ago)
- Topics: academic-honesty, bfraser, education, example, java, learning
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPT 213: Collaborative Review Session (Code Examples)
Java 8 example code from the CMPT 213 Collaborative Review Session.
These examples are referred to from the [review session notes](https://docs.google.com/document/d/1pRmVzU_74uE5hep18V3AM4rg_kLeGW2fq479-_MFLEI/edit#).
Looking to go right to the code? [Navigate to the folder directly.](https://github.com/jleung51/cmpt-213-review-code/tree/master/src/com/cmpt213/review)
## Topics Covered
* Arrays vs. ArrayLists
* Comparable
* Iterable
* Static factory methods
* Anonymous classes/objects
* Dependency injection
* Observers
* Lambdas