8352 Java from the Very Beginning, Part I

Contents

  1. 8352 Java from the Very Beginning, Part I
  2. Reminder
  3. Objectives
  4. Agenda
  5. What is Java?
  6. Java Bytecodes
  7. What is Java?
  8. The Java Platform
  9. What can Java Do?
  10. The Core API
  11. The Core API
  12. Benefits of Java
  13. Agenda
  14. Hello World
  15. Compile the source file
  16. Run the Interpreter
  17. Exercise
  18. Common Compiler Problems
  19. Common Compiler Problems
  20. Common Interpreter Problems
  21. Hello World Dissected
  22. Comments
  23. Class Definition
  24. The main method
  25. Agenda
  26. Variables and Data Types
  27. Primitive Types
  28. Variable Names
  29. Scope
  30. Reference Types
  31. Reference Types
  32. Reference Types
  33. Agenda
  34. Operators
  35. Operators
  36. Assignment Operators
  37. Agenda
  38. Expressions
  39. Exercise
  40. Marathon
  41. Marathon
  42. Agenda
  43. Arrays
  44. Arrays
  45. Arrays
  46. Strings
  47. Summary