2. Starting to Code/2. Access to Programming Career Q&A.html 905 Bytes
1. Introduction and Course Information/4. Download and Install The Necessary Tools.html 755 Bytes
1. Introduction and Course Information/3. Links to Youtube Course And Blog Article.html 671 Bytes
9. Dealing with Strings/22. Upcoming Content.html 262 Bytes
9. Dealing with Strings/18.2 Class StringBuilder.html 150 Bytes
9. Dealing with Strings/19.1 Class StringBuilder.html 150 Bytes
2. Starting to Code/9.2 Java Style Guide.html 149 Bytes
2. Starting to Code/9.3 Java SE Documentation.html 145 Bytes
9. Dealing with Strings/8.1 Class String.html 143 Bytes
1. Introduction and Course Information/11.1 Source code - Introduction and Course Information - Creating the First IntelliJ Project.html 141 Bytes
1. Introduction and Course Information/12.1 Source code - Introduction and Course Information - Structure of a Java Program.html 141 Bytes
1. Introduction and Course Information/13.1 Source code - Introduction and Course Information - Dot Notation Part 1.html 141 Bytes
1. Introduction and Course Information/13.2 Doctor.java.html 141 Bytes
1. Introduction and Course Information/14.1 Source code - Introduction and Course Information - Dot Notation Part 2.html 141 Bytes
2. Starting to Code/10.1 Challenge - Starting to Code - Naming Conventions Challenge.html 141 Bytes
2. Starting to Code/11.1 Source code - Starting to Code - Challenge Solution.html 141 Bytes
2. Starting to Code/5.1 Source code - Starting to Code - Using var vs an Explicit type.html 141 Bytes
2. Starting to Code/6.1 Source code - Starting to Code - Finish and Run Game.html 141 Bytes
2. Starting to Code/7.1 Source code - Starting to Code - Why use Variables.html 141 Bytes
2. Starting to Code/8.1 Source code - Starting to Code - Challenge.html 141 Bytes
2. Starting to Code/8.2 Challenge - Starting to Code - Challenge.html 141 Bytes
3. Writing to and reading from the Console/2.1 Source code - Writing to and reading from the Console - Console Input with nextLine.html 141 Bytes
3. Writing to and reading from the Console/3.1 Source code - Writing to and reading from the Console - Reading the Input from the HammerBitcoin Game.html 141 Bytes
3. Writing to and reading from the Console/3.2 BitcoinMiner.java.html 141 Bytes
3. Writing to and reading from the Console/3.3 Main.java.html 141 Bytes
3. Writing to and reading from the Console/4.1 Source code - Writing to and reading from the Console - Console Input Text and Numbers.html 141 Bytes
3. Writing to and reading from the Console/5.1 Source code - Writing to and reading from the Console - Reading Numbers in HammerBitcoin.html 141 Bytes
3. Writing to and reading from the Console/6.1 Source code - Writing to and reading from the Console - Console Output Text and String Formatting.html 141 Bytes
3. Writing to and reading from the Console/7.1 Source code - Writing to and reading from the Console - String Format Alignment.html 141 Bytes
3. Writing to and reading from the Console/8.2 Source code - Writing to and reading from the Console - More About String Formatting.html 141 Bytes
4. Java Types and Expressions/10.1 Source code - Java Types and Expressions - Compound Boolean Expressions.html 141 Bytes
4. Java Types and Expressions/12.1 Source code - Java Types and Expressions - Boolean Variables.html 141 Bytes
4. Java Types and Expressions/13.1 Challenge - Java Types and Expressions - Booleans in HammerBitcoin.html 141 Bytes
4. Java Types and Expressions/15.1 Source code - Java Types and Expressions - Classes and Objects.html 141 Bytes
4. Java Types and Expressions/16.1 Source code - Java Types and Expressions - Classes and Class Instances.html 141 Bytes
4. Java Types and Expressions/17.1 Source code - Java Types and Expressions - Members and Fields.html 141 Bytes
4. Java Types and Expressions/18.1 Source code - Java Types and Expressions - Class Constructors.html 141 Bytes
4. Java Types and Expressions/19.1 Source code - Java Types and Expressions - Public and Private Members.html 141 Bytes
4. Java Types and Expressions/2.2 Source code - Java Types and Expressions - Primitive Types.html 141 Bytes
4. Java Types and Expressions/3.1 Challenge - Java Types and Expressions - int and long.html 141 Bytes
4. Java Types and Expressions/3.2 Source code - Java Types and Expressions - int and long.html 141 Bytes
4. Java Types and Expressions/4.1 Source code - Java Types and Expressions - float and double.html 141 Bytes
4. Java Types and Expressions/5.1 Source code - Java Types and Expressions - float and double Precision.html 141 Bytes
4. Java Types and Expressions/6.1 Source code - Java Types and Expressions - BigDecimal and Floating Point Accuracy.html 141 Bytes
4. Java Types and Expressions/7.1 Source code - Java Types and Expressions - BigDecimal Accuracy.html 141 Bytes
4. Java Types and Expressions/8.1 Source code - Java Types and Expressions - Expressions.html 141 Bytes
4. Java Types and Expressions/9.1 Source code - Java Types and Expressions - Boolean Expressions.html 141 Bytes
5. Flow Control/10.1 Source code - Flow Control - Understanding More About Eliza.html 141 Bytes
5. Flow Control/11.1 Challenge - Flow Control - while Loops.html 141 Bytes
5. Flow Control/11.2 Source code - Flow Control - while Loops.html 141 Bytes
5. Flow Control/12.1 Source code - Flow Control - while Loop Challenge Solution.html 141 Bytes
5. Flow Control/13.1 Source code - Flow Control - Which Way is Better.html 141 Bytes
5. Flow Control/13.2 Challenge - Flow Control - Which Way is Better.html 141 Bytes
5. Flow Control/14.1 Source code - Flow Control - do - while Loop.html 141 Bytes
5. Flow Control/14.2 Challenge - Flow Control - do - while Loop.html 141 Bytes
5. Flow Control/15.1 Source code - Flow Control - do - while Loop Challenge Solution.html 141 Bytes
5. Flow Control/3.1 Source code - Flow Control - for Loops.html 141 Bytes
5. Flow Control/8.1 Source code - Flow Control - More Debugging of HammerBitcoin.html 141 Bytes
5. Flow Control/9.1 Doctor.java.html 141 Bytes
6. Flow control ifelse and switch/10.1 Source code - Flow control ifelse and switch - Handling Multiple Cases.html 141 Bytes
6. Flow control ifelse and switch/11.1 Eliza.java.txt.html 141 Bytes
6. Flow control ifelse and switch/11.2 Source code - Flow control ifelse and switch - Using break in Loops.html 141 Bytes
6. Flow control ifelse and switch/12.1 Source code - Flow control ifelse and switch - continue.html 141 Bytes
6. Flow control ifelse and switch/13.1 Source code - Flow control ifelse and switch - Scope of break and continue.html 141 Bytes
6. Flow control ifelse and switch/14.1 Source code - Flow control ifelse and switch - Ternary Conditional Operator.html 141 Bytes
6. Flow control ifelse and switch/15.1 Challenge - Flow control ifelse and switch - Ternary Conditional Operator Challenge.html 141 Bytes
6. Flow control ifelse and switch/15.2 Source code - Flow control ifelse and switch - Ternary Conditional Operator Challenge.html 141 Bytes
6. Flow control ifelse and switch/16.1 Source code - Flow control ifelse and switch - Solution to Ternary Conditional Operator Challenge.html 141 Bytes
6. Flow control ifelse and switch/2.2 Main.java.html 141 Bytes
6. Flow control ifelse and switch/2.3 Source code - Flow control ifelse and switch - if Statement.html 141 Bytes
6. Flow control ifelse and switch/3.1 Source code - Flow control ifelse and switch - else.html 141 Bytes
6. Flow control ifelse and switch/4.1 Source code - Flow control ifelse and switch - More if and else.html 141 Bytes
6. Flow control ifelse and switch/5.1 Challenge - Flow control ifelse and switch - if-else Challenge.html 141 Bytes
6. Flow control ifelse and switch/5.2 Source code - Flow control ifelse and switch - if-else Challenge.html 141 Bytes
6. Flow control ifelse and switch/6.1 Source code - Flow control ifelse and switch - Challenge Solution.html 141 Bytes
6. Flow control ifelse and switch/7.1 Source code - Flow control ifelse and switch - Play Again Challenge Solution.html 141 Bytes
6. Flow control ifelse and switch/8.1 Source code - Flow control ifelse and switch - switch Statement.html 141 Bytes
6. Flow control ifelse and switch/9.1 Source code - Flow control ifelse and switch - default case.html 141 Bytes
7. Flow control Methods/10.1 Source code - Flow control Methods - public and private Methods.html 141 Bytes
7. Flow control Methods/11.1 Source code - Flow control Methods - Return a Result from a Method.html 141 Bytes
7. Flow control Methods/12.1 Source code - Flow control Methods - Why Duplicating Code is Bad.html 141 Bytes
7. Flow control Methods/13.1 Source code - Flow control Methods - Refactor Game Removing Duplicate Code.html 141 Bytes
7. Flow control Methods/14.1 Source code - Flow control Methods - Passing by Value.html 141 Bytes
7. Flow control Methods/15.1 Source code - Flow control Methods - Global Variables.html 141 Bytes
7. Flow control Methods/16.1 Challenge - Flow control Methods - Refactoring Challenge.html 141 Bytes
7. Flow control Methods/16.2 Source code - Flow control Methods - Refactoring Challenge.html 141 Bytes
7. Flow control Methods/17.1 Source code - Flow control Methods - Challenge Solution.html 141 Bytes
7. Flow control Methods/19.1 Source code - Flow control Methods - Removing Global Variables.html 141 Bytes
7. Flow control Methods/2.1 Source code - Flow control Methods - Calling Methods.html 141 Bytes
7. Flow control Methods/20.1 Challenge - Flow control Methods - Scope Challenge and Summary.html 141 Bytes
7. Flow control Methods/21.1 Source code - Flow control Methods - Challenge Solution.html 141 Bytes
7. Flow control Methods/22.1 Source code - Flow control Methods - Solution Continued.html 141 Bytes
7. Flow control Methods/3.1 Source code - Flow control Methods - Methods Calling Methods.html 141 Bytes
7. Flow control Methods/4.1 Source code - Flow control Methods - Method Parameters.html 141 Bytes
7. Flow control Methods/4.2 Challenge - Flow control Methods - Method Parameters.html 141 Bytes
7. Flow control Methods/5.1 Challenge - Flow control Methods - Parameter Challenge Solution.html 141 Bytes
7. Flow control Methods/5.2 Source code - Flow control Methods - Parameter Challenge Solution.html 141 Bytes
7. Flow control Methods/6.1 Source code - Flow control Methods - Brake Challenge Solution.html 141 Bytes
7. Flow control Methods/7.1 Source code - Flow control Methods - Simple Car Game Version 1.html 141 Bytes
7. Flow control Methods/7.2 Main.java.txt.html 141 Bytes
7. Flow control Methods/8.2 Source code - Flow control Methods - Adding Libraries.html 141 Bytes
7. Flow control Methods/9.1 Source code - Flow control Methods - Version 2 of Simple Car Game.html 141 Bytes
7. Flow control Methods/9.2 Main.java.txt.html 141 Bytes
8. Operators/1.1 Source code - Operators and String Methods - Operators and Operator Precedence.html 141 Bytes