DEV Community

Angela
Angela

Posted on

Bootcamp Java Developer Day #8

Day 8:

Done the first challenges + Started another course. This one is focused on Java Collections and Streams.

7) Completed: Introduction to Java Programming

This part was composed by three challenges level super easy. I aced them fast.

8) Started: Implementing Collections and Streams with Java

The first topic is List and I used these modules:

  • java.util.ArrayList;
  • java.util.Collections;
  • java.util.Iterator;
  • java.util.List;

Top comments (0)