Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5

String, Scanner, and Java API


  1. The String class
  2. String Data Type
  3. String Data Type, cont.
  4. Strings and the Operator +
  5. Java API
  6. How to join strings
  7. How to join a string and a number
  8. string + operator
  9. string += operator
  10. Character literals
  11. Escape sequences in strings
  12. String with quotation marks
  13. The new operator
  14. Method call
  15. How to import Java classes
  16. The import statement and packages
  17. java.lang package
  18. Packages, Classes, and Methods
  19. System.out
  20. The Scanner class
  21. The Scanner class, cont
  22. Common Java packages
  23. Creating the Scanner object
  24. Online Scanner documentation and tutorials
  25. Getting Input from the user
  26. Using Java API
  27. Static Methods