Рет қаралды 288
In this lesson you will learn:
1) 2D Arrays
a) Declaring 2D arrays with variable size
b) Initializing 2D arrays from data
c) Iterating through and printing 2D arrays
2) ArrayList
a) Create a new ArrayList from an array
b) Initializing a new ArrayList
c) ArrayList methods:
i) add(), isEmpty(), remove()
3) Output hacks
a) Using System.out and System.err to get black/red output
b) Flushing System.out and System.err to force output
c) Using the .sleep method to pause your program
NOTE: This lesson is part of the "Hello World w/ Dr. Dan - Complete Intro from Java to C++" course (hellodrdan.com). This video provides an overview of this particular lesson. You can find links to course setup/installation, the free source code itself (for self-learning) and video tutorials (for guided learning) below:
Free Course Code & Syllabus: github.com/Dan...
Course Setup/Overview: • Hello World w/ Dr. Dan...
In-depth Video Tutorials/Lessons: hellodrdan.com