Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5
String, Scanner, and Java API
- The String class
- String Data Type
- String Data Type, cont.
- Strings and the Operator +
- Java API
- How to join strings
- How to join a string and a number
- string + operator
- string += operator
- Character literals
- Escape sequences in strings
- String with quotation marks
- The new operator
- Method call
- How to import Java classes
- The import statement and packages
- java.lang package
- Packages, Classes, and Methods
- System.out
- The Scanner class
- The Scanner class, cont
- Common Java packages
- Creating the Scanner object
- Online Scanner documentation and tutorials
- Getting Input from the user
- Using Java API
- Static Methods