1. Урок 1. 00:02:14
    Setting Up the Development Environment
  2. Урок 2. 00:04:42
    Anatomy of a Java Program
  3. Урок 3. 00:07:19
    Your First Java Program
  4. Урок 4. 00:04:39
    How Java Code Gets Executed
  5. Урок 5. 00:01:47
    Interesting Facts about Java
  6. Урок 6. 00:02:27
    Course Structure
  7. Урок 7. 00:00:35
    Introduction
  8. Урок 8. 00:03:11
    Variables
  9. Урок 9. 00:05:20
    Primitive Types
  10. Урок 10. 00:04:48
    Reference Types
  11. Урок 11. 00:04:25
    Primitive vs Reference Types
  12. Урок 12. 00:07:04
    Strings
  13. Урок 13. 00:02:40
    Escape Sequences
  14. Урок 14. 00:05:26
    Arrays
  15. Урок 15. 00:02:37
    Multi-dimensional Arrays
  16. Урок 16. 00:01:52
    Constants
  17. Урок 17. 00:04:04
    Arithmetic Expressions
  18. Урок 18. 00:01:22
    Order of Operations
  19. Урок 19. 00:06:28
    Casting
  20. Урок 20. 00:04:43
    The Math Class
  21. Урок 21. 00:05:50
    Formatting Numbers
  22. Урок 22. 00:05:06
    Reading Input
  23. Урок 23. 00:02:11
    Project- Mortgage Calculator
  24. Урок 24. 00:04:19
    Solution
  25. Урок 25. 00:00:47
    Summary
  26. Урок 26. 00:00:48
    Introduction
  27. Урок 27. 00:01:46
    Comparison Operators
  28. Урок 28. 00:04:37
    Logical Operators
  29. Урок 29. 00:04:26
    If Statements
  30. Урок 30. 00:03:30
    Simplifying If Statements
  31. Урок 31. 00:02:30
    The Ternary Operator
  32. Урок 32. 00:03:51
    Switch Statements
  33. Урок 33. 00:05:58
    Exercise- FizzBuzz
  34. Урок 34. 00:03:49
    For Loops
  35. Урок 35. 00:04:27
    While Loops
  36. Урок 36. 00:01:18
    Do..While Loops
  37. Урок 37. 00:03:16
    Break and Continue Statements
  38. Урок 38. 00:03:08
    For-Each Loop
  39. Урок 39. 00:01:28
    Project- Mortgage Calculator
  40. Урок 40. 00:05:01
    Solution
  41. Урок 41. 00:00:56
    Summary
  42. Урок 42. 00:00:39
    Introduction
  43. Урок 43. 00:01:12
    Clean Coding
  44. Урок 44. 00:04:42
    Creating Methods
  45. Урок 45. 00:02:26
    Refactoring
  46. Урок 46. 00:06:17
    Extracting Methods
  47. Урок 47. 00:06:16
    Refactoring Repetitive Patterns
  48. Урок 48. 00:02:11
    Project- Payment Schedule
  49. Урок 49. 00:09:12
    Solution
  50. Урок 50. 00:03:23
    Refactoring the Code
  51. Урок 51. 00:00:44
    Summary
  52. Урок 52. 00:00:32
    Introduction
  53. Урок 53. 00:01:27
    Types of Errors
  54. Урок 54. 00:03:10
    Common Syntax Errors
  55. Урок 55. 00:08:09
    Debugging Java Applications
  56. Урок 56. 00:04:12
    Packaging Java Applications
  57. Урок 57. 00:00:41
    Course Wrap Up