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