Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Java SE 11 Developer 1Z0-819 OCP Course - Part 1, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:05
    Introduction
  2. Урок 2. 00:03:23
    Course Info
  3. Урок 3. 00:04:20
    Why Java 11?
  4. Урок 4. 00:02:37
    Java Certification - Which Courses do I need?
  5. Урок 5. 00:02:24
    Oracle Exam Codes - What you need to Know
  6. Урок 6. 00:01:22
    Which Vendors JDK 11 Should you Use?
  7. Урок 7. 00:00:44
    Which IDE should you Use?
  8. Урок 8. 00:07:47
    Packages and Imports
  9. Урок 9. 00:07:50
    Fully Qualified Class Name, Single Type Import and Type Import on Demand
  10. Урок 10. 00:04:37
    Fully Qualified Class Name, Static Type Import and Static Import on Demand
  11. Урок 11. 00:06:27
    Imports and Packages: Out of the Ordinary Concepts
  12. Урок 12. 00:06:28
    Static Imports and Packages: Out of the Ordinary Concepts
  13. Урок 13. 00:09:10
    Understanding Java Technology and the Environment
  14. Урок 14. 00:00:42
    Section Introduction
  15. Урок 15. 00:01:31
    Primitive Data Type Recap
  16. Урок 16. 00:08:49
    Declaring Primitive Types
  17. Урок 17. 00:10:31
    Local Variable Initialization
  18. Урок 18. 00:07:20
    Narrowing and Widening
  19. Урок 19. 00:05:48
    Casting
  20. Урок 20. 00:05:32
    Declare and Initialize Variables: Out of the Ordinary Concepts
  21. Урок 21. 00:07:49
    Scope
  22. Урок 22. 00:05:34
    More on Scope
  23. Урок 23. 00:03:10
    Local Variable Scope: Out of the Ordinary Concepts
  24. Урок 24. 00:08:10
    Local Variable Type Interference
  25. Урок 25. 00:05:41
    Local Variable Type Inference: Out of the Ordinary Concepts
  26. Урок 26. 00:05:33
    String Recap
  27. Урок 27. 00:06:16
    Creating Strings
  28. Урок 28. 00:07:22
    String Concatenation
  29. Урок 29. 00:10:05
    Manipulating Strings
  30. Урок 30. 00:04:37
    Text Search in String
  31. Урок 31. 00:03:17
    Other String Manipulation
  32. Урок 32. 00:07:05
    Replacement Methods and Text Transformation
  33. Урок 33. 00:07:45
    Creating and Manipulating Strings: Out of the Ordinary Concepts
  34. Урок 34. 00:09:43
    Manipulate Data Using the StringBuilder
  35. Урок 35. 00:05:16
    StringBuilder: Out of the Ordinary Concepts
  36. Урок 36. 00:01:01
    Section Intro
  37. Урок 37. 00:03:19
    Java Operator Overview
  38. Урок 38. 00:06:21
    Pre and Postfix Increment and Decrement Operators
  39. Урок 39. 00:03:27
    Binary Operators Overview
  40. Урок 40. 00:06:52
    Binary Operators Code Part 1
  41. Урок 41. 00:07:35
    Binary Operators Code Part 2
  42. Урок 42. 00:08:27
    Java Operators: Out of the Ordinary Concepts
  43. Урок 43. 00:04:29
    if else Decision Construct
  44. Урок 44. 00:05:27
    switch Decision Construct
  45. Урок 45. 00:05:37
    Java Control Statements: Out of the Ordinary Concepts
  46. Урок 46. 00:06:39
    Loop Structures
  47. Урок 47. 00:06:53
    for Loop: Out of the Ordinary Concepts
  48. Урок 48. 00:01:29
    Introduction to Working with Java Arrays
  49. Урок 49. 00:09:01
    Array Declaration and Initialization Overview
  50. Урок 50. 00:02:55
    Array Declaration and Initialization
  51. Урок 51. 00:09:19
    Manipulating Arrays
  52. Урок 52. 00:04:05
    Array Search Methods
  53. Урок 53. 00:06:05
    Manipulating Data in Arrays
  54. Урок 54. 00:04:21
    Array Data Transformation Methods
  55. Урок 55. 00:03:11
    Two Dimensional Arrays
  56. Урок 56. 00:04:48
    Arrays: Out of the Ordinary Concepts - Unboxing
  57. Урок 57. 00:06:47
    Arrays: Out of the Ordinary Concepts - Lists
  58. Урок 58. 00:03:17
    Arrays: Out of the Ordinary Concepts - Summary of Copying
  59. Урок 59. 00:01:07
    Section Introduction
  60. Урок 60. 00:04:33
    Declare and Instantiate
  61. Урок 61. 00:06:34
    Coding Classes and Garbage Collection
  62. Урок 62. 00:05:17
    Defining the Structure of a Class
  63. Урок 63. 00:04:41
    More Declaration Examples and Initializer Blocks
  64. Урок 64. 00:05:44
    Initializers and Static Initializers in Code
  65. Урок 65. 00:08:36
    Class Structures: Out of the Ordinary Concepts
  66. Урок 66. 00:05:18
    Read or Write to Object Fields
  67. Урок 67. 00:05:30
    Read or Write to Object Fields Code Examples
  68. Урок 68. 00:01:03
    Section Introduction
  69. Урок 69. 00:07:53
    Methods, Constructors, Arguments and Return Types
  70. Урок 70. 00:08:35
    Methods Pass by Value and Constructors
  71. Урок 71. 00:07:24
    Methods: Out of the Ordinary Concepts
  72. Урок 72. 00:05:33
    Overloaded Methods
  73. Урок 73. 00:06:18
    Determining which Overloaded Methods gets called
  74. Урок 74. 00:06:04
    Overloaded Methods: Out of the Ordinary Concepts
  75. Урок 75. 00:08:30
    Static Keyword on Methods and Fields
  76. Урок 76. 00:03:04
    Detailed Static Keyword Example
  77. Урок 77. 00:01:43
    Section Introduction
  78. Урок 78. 00:08:16
    Applying Access Modifiers
  79. Урок 79. 00:07:46
    Access Modifiers in Code
  80. Урок 80. 00:04:59
    Access Modifiers: Out of the Ordinary Concepts
  81. Урок 81. 00:05:27
    Apply Encapsulation Principles to a Class
  82. Урок 82. 00:03:21
    Apply Encapsulation Principles: Out of the Ordinary Concepts
  83. Урок 83. 00:02:00
    Section Introduction
  84. Урок 84. 00:04:06
    Subclasses and Superclasses
  85. Урок 85. 00:05:25
    Creating and Using Subclasses and Superclasses
  86. Урок 86. 00:06:57
    Subclasses and Superclasses: Out of the Ordinary Concepts
  87. Урок 87. 00:07:50
    Create and Extend Abstract Classes
  88. Урок 88. 00:05:41
    Abstract Classes: Out of the Ordinary Concepts
  89. Урок 89. 00:05:53
    Polymorphism
  90. Урок 90. 00:08:18
    Polymorphism Code
  91. Урок 91. 00:05:30
    Polymorphism: Out of the Ordinary Concepts
  92. Урок 92. 00:05:40
    Polymorphism Casting Object vs Reference
  93. Урок 93. 00:05:36
    Polymorphism Casting Mistakes and Upcasting
  94. Урок 94. 00:05:13
    Polymorphism: Out of the Ordinary Casting
  95. Урок 95. 00:08:12
    Polymorphism: Out of the Ordinary Generics
  96. Урок 96. 00:01:54
    Section Introduction
  97. Урок 97. 00:08:35
    Creating and Implementing Interfaces
  98. Урок 98. 00:07:57
    Interfaces: Out of the Ordinary Concepts
  99. Урок 99. 00:07:42
    Extending Interfaces: Out of the Ordinary Concepts
  100. Урок 100. 00:05:50
    Distinguish Class and Interface Inheritance
  101. Урок 101. 00:06:07
    Code Examples Distinguish Class and Interface Inheritance
  102. Урок 102. 00:06:29
    Declare and Use List and ArrayList Instances
  103. Урок 103. 00:06:59
    ArrayList Methods and Data Manipulation
  104. Урок 104. 00:06:22
    ArrayList toArray Method
  105. Урок 105. 00:04:42
    ArrayList toArray and Other Methods
  106. Урок 106. 00:06:42
    List and ArrayList Exam Gotchas
  107. Урок 107. 00:05:03
    Anonymous Classes
  108. Урок 108. 00:09:11
    Lambda Expressions
  109. Урок 109. 00:05:13
    Coding Lambda Expressions
  110. Урок 110. 00:04:53
    Multiple Parameters for Lambda Expressions
  111. Урок 111. 00:04:39
    java.util.function Interfaces and Lambda Expressions
  112. Урок 112. 00:02:15
    Section Introduction
  113. Урок 113. 00:04:31
    Exception Handling Overview
  114. Урок 114. 00:07:45
    Exception Handling in Code
  115. Урок 115. 00:06:25
    Try-catch Blocks and Program Flow
  116. Урок 116. 00:05:23
    Try Finally
  117. Урок 117. 00:08:07
    Create and Invoke Methods that Throw Exceptions
  118. Урок 118. 00:06:32
    Exceptions: Out of the Ordinary Concepts
  119. Урок 119. 00:02:46
    Exceptions Finally Clause and Summary
  120. Урок 120. 00:08:50
    Exceptions in Static and Instance Initializers
  121. Урок 121. 00:01:56
    Section Introduction
  122. Урок 122. 00:04:50
    Describing the Modular Java Development Kit
  123. Урок 123. 00:03:25
    Examining Modules from the Command Line
  124. Урок 124. 00:10:26
    Creating, Compiling and Running Modules
  125. Урок 125. 00:12:07
    Command Line Overview and Multiple Modules
  126. Урок 126. 00:08:03
    Enabling Access Between Modules
  127. Урок 127. 00:06:04
    Module Info Exports
  128. Урок 128. 00:04:27
    Module Info Exports Qualified
  129. Урок 129. 00:05:31
    Module Graphs
  130. Урок 130. 00:03:36
    Bonus Lecture and Information