DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 23/100 Java

Day 22/100

Language:
JAVA

Time Period Spent:
2 hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Todays Learning:

  • Autoboxing & Unboxing
  • Bug Fixing

  • Code Challange:

    • Mobile Phone
    • Autoboxing & unboxing

Additional Notes:
Learning new concepts are always nice, Autoboxing seems to be to allow the ability to apply new instances to an ArrayList method. for example, we can create a newly defined list of contacts, using a name/number. We then allow the constructor to update this list by parsing through the name/number and doing something with it like adding it to the list or check if the name exists etc.

Top comments (0)