We will be using Java 8. You are free to use any class found in the Java 8 API at anytime during any project, test, homework, etc during this course.
- Learn to search the API effectively.
- Use Java Collection Framework when managing a lot of data. Favor
ArrayListover Arrays. - More to come!!!