Let's learn Java...
Videos to get you started
See examples of when the compiler can infer the variable type allowing the use of var instead of the type.
See examples of how var can be used correctly when writing solutions to the AP CSA Free Response Questions.
Discover how to use the ternary conditional operator to determine a value which can be more readable than using an if..else statement.
See examples of how the ternary conditional operator can be used correctly when writing solutions to the AP CSA Free Response Questions.
Discover how to use switch statements instead of lengthy nested if..else statements as a way to make your code more readable and streamlined.
See how switch expressions are different from switch statements and how to use them.
See examples of how switch expressions can be used correctly when writing solutions to the AP CSA Free Response Questions.
Learn all the different ways Java pattern matching can be used to write code that is more readable and streamlined.
See examples of the difference between a class and a record and how to write records.
See examples of how records can be used correctly when writing solutions to the AP CSA Free Response Questions.