
Command Line Arguments in Java
You know the String[] args thing? Yeah, we talk about what that is all about.
23 Sep 20215min

Arrays of Objects and Object-Oriented Programming (BIGGEST EPISODE YET)
(NOTE: See Twitter for the screen capture) In this episode, we introduce object-oriented class, object, and method programming. We talk about arrays of objects and also how to access characters using ...
9 Sep 202125min

Introduction to Arrays in Java
Looking at how to use arrays to hold a collection of integers. Exploring how to access and change values.
2 Sep 202113min

My Favorite Loop: The For Loop (Also Quickly Covering Do While Loops)
Do While Loop reminded me of doo-wop. I heard recently from someone that music and programming are connected fields. Continuing our discussion of loops in this episode with for loops. Note that all lo...
26 Aug 202110min

Reading Files and Parsing Text in Java
In this episode, we dive into how to read text files into your software application and how to program the processing of each line, separating out the contents by delimiters. Please note that the file...
12 Aug 202111min

Switch Statements in Java
Like having a remote control, you give your users the power to easily choose between a variety of options by implementing a switch statement in your Java class bodies of code.
29 Juli 20217min

Bracketed and Nested If Statements
We wrap up our exposé of if statements for now with touching on how to fit more content in between the logic statements with the proper use of curly braces, and also how to fit if statements inside of...
22 Juli 202112min





















