1. Урок 1. 00:02:28
    Introduction To The Course
  2. Урок 2. 00:03:10
    Remaster in Progress
  3. Урок 3. 00:01:17
    Video Quality
  4. Урок 4. 00:02:47
    Subtitles
  5. Урок 5. 00:04:55
    How to Get Help
  6. Урок 6. 00:02:08
    Important Tip - Source Code
  7. Урок 7. 00:01:16
    Biggest Tip to Succeed as a Java Programmer
  8. Урок 8. 00:01:13
    Software Tools Introduction
  9. Урок 9. 00:01:43
    Java Development Kit Installation Overview
  10. Урок 10. 00:02:25
    Install JDK 11 for Windows
  11. Урок 11. 00:04:42
    Installing Intellij IDEA for Windows
  12. Урок 12. 00:02:12
    Install JDK 11 for Mac
  13. Урок 13. 00:04:58
    Installing Intellij IDEA for Mac
  14. Урок 14. 00:04:34
    Install JDK 11 for Linux
  15. Урок 15. 00:05:23
    Installing Intellij IDEA for Linux
  16. Урок 16. 00:03:33
    Configure IntelliJ IDEA
  17. Урок 17. 00:01:19
    Introduction
  18. Урок 18. 00:06:37
    Hello World Project
  19. Урок 19. 00:07:21
    Defining the Main Method
  20. Урок 20. 00:03:19
    Hello World Challenge and Common Errors
  21. Урок 21. 00:09:04
    Variables
  22. Урок 22. 00:07:06
    Starting out with Expressions
  23. Урок 23. 00:11:37
    Primitive Types
  24. Урок 24. 00:10:19
    byte, short, long and width
  25. Урок 25. 00:04:07
    Casting in Java
  26. Урок 26. 00:04:24
    Primitive Types Challenge
  27. Урок 27. 00:07:01
    float and double Primitive Types
  28. Урок 28. 00:10:23
    Floating Point Precision and a Challenge
  29. Урок 29. 00:10:21
    The char and boolean Primitive Data Types
  30. Урок 30. 00:12:57
    Primitive Types Recap and the String Data Type
  31. Урок 31. 00:08:51
    Operators, Operands and Expressions
  32. Урок 32. 00:04:13
    Abbreviating Operators
  33. Урок 33. 00:09:17
    if-then Statement
  34. Урок 34. 00:06:25
    Logical and Operator
  35. Урок 35. 00:06:12
    Logical OR Operator
  36. Урок 36. 00:07:32
    Assignment Operator VS Equals to Operator
  37. Урок 37. 00:04:11
    Ternary Operator
  38. Урок 38. 00:11:45
    Operator Precedence and Operator Challenge
  39. Урок 39. 00:01:30
    First Steps Summary
  40. Урок 40. 00:02:02
    End of Remaster
  41. Урок 41. 00:00:32
    Introduction
  42. Урок 42. 00:07:19
    Keywords And Expressions
  43. Урок 43. 00:09:25
    Statements, Whitespace and Indentation (Code Organization)
  44. Урок 44. 00:17:09
    Code Blocks And The If Then Else Control Statements
  45. Урок 45. 00:04:20
    if then else Recap
  46. Урок 46. 00:18:02
    Methods In Java
  47. Урок 47. 00:15:35
    More On Methods And A Challenge
  48. Урок 48. 00:07:28
    Method Challenge - Final Code Changes
  49. Урок 49. 00:01:55
    DiffMerge Tool Introduction
  50. Урок 50. 00:02:02
    Install DiffMerge
  51. Урок 51. 00:17:30
    Using DiffMerge
  52. Урок 52. 00:13:25
    Coding Exercises
  53. Урок 53. 00:11:09
    Coding Exercises Example Part 1
  54. Урок 54. 00:11:54
    Coding Exercises Example Part 2
  55. Урок 55. 00:09:52
    Coding Exercises Example Part 3
  56. Урок 56. 00:27:02
    Method Overloading
  57. Урок 57. 00:03:39
    Method Overloading Recap
  58. Урок 58. 00:13:50
    Seconds and Minutes Challenge
  59. Урок 59. 00:11:13
    Bonus Challenge Solution
  60. Урок 60. 00:00:39
    Introduction
  61. Урок 61. 00:19:33
    The switch statement (+Challenge Exercise)
  62. Урок 62. 00:10:48
    Day of the Week Challenge
  63. Урок 63. 00:25:03
    The for Statement (+Challenge Exercise)
  64. Урок 64. 00:08:00
    For Loop Recap
  65. Урок 65. 00:06:14
    Sum 3 and 5 Challenge
  66. Урок 66. 00:24:22
    The while and do while statements (+Challenge Exercise)
  67. Урок 67. 00:07:59
    While and Do While Recap
  68. Урок 68. 00:10:30
    Digit Sum Challenge
  69. Урок 69. 00:11:25
    Parsing Values from a String
  70. Урок 70. 00:12:27
    Reading User Input
  71. Урок 71. 00:10:21
    Problems and Solutions
  72. Урок 72. 00:15:07
    Reading User Input Challenge
  73. Урок 73. 00:15:33
    Min and Max Challenge
  74. Урок 74. 00:00:37
    Introduction
  75. Урок 75. 00:16:32
    Classes Part 1
  76. Урок 76. 00:13:28
    Classes Part 2
  77. Урок 77. 00:20:11
    Constructors - Part 1 (+Challenge Exercise)
  78. Урок 78. 00:16:01
    Constructors - Part 2 (+Challenge Exercise)
  79. Урок 79. 00:19:40
    Inheritance - Part 1
  80. Урок 80. 00:13:25
    Inheritance - Part 2
  81. Урок 81. 00:06:53
    Reference vs Object vs Instance vs Class
  82. Урок 82. 00:06:53
    this vs super
  83. Урок 83. 00:07:33
    Method Overloading vs Overriding Recap
  84. Урок 84. 00:04:11
    Static vs Instance Methods
  85. Урок 85. 00:04:18
    Static vs Instance Variables
  86. Урок 86. 00:16:39
    Inheritance Challenge Part 1 (+Challenge Exercise)
  87. Урок 87. 00:10:05
    Inheritance Challenge Part 2
  88. Урок 88. 00:00:38
    Introduction
  89. Урок 89. 00:17:20
    Composition
  90. Урок 90. 00:14:18
    Composition Part 2 (+Challenge Exercise)
  91. Урок 91. 00:19:24
    Encapsulation
  92. Урок 92. 00:15:16
    Encapsulation (+Challenge Exercise)
  93. Урок 93. 00:20:36
    Polymorphism
  94. Урок 94. 00:18:47
    Polymorphism (+Challenge Exercise)
  95. Урок 95. 00:16:42
    OOP Master Challenge Exercise
  96. Урок 96. 00:16:47
    OOP Challenge - Solution
  97. Урок 97. 00:21:28
    Arrays
  98. Урок 98. 00:16:21
    Arrays (Challenge Exercise)
  99. Урок 99. 00:07:20
    Arrays Recap
  100. Урок 100. 00:16:14
    References Types vs Value Types
  101. Урок 101. 00:11:52
    Minimum Element Challenge
  102. Урок 102. 00:10:32
    Reverse Array Challenge
  103. Урок 103. 00:16:30
    List and ArrayList Part 1
  104. Урок 104. 00:20:12
    ArrayList Part 2
  105. Урок 105. 00:16:49
    ArrayList Part 3
  106. Урок 106. 00:14:01
    ArrayList Challenge Part 1
  107. Урок 107. 00:18:13
    ArrayList Challenge Part 2
  108. Урок 108. 00:10:50
    ArrayList Challenge Part 3
  109. Урок 109. 00:06:42
    Bug Fix for ArrayList Challenge
  110. Урок 110. 00:16:17
    Autoboxing and Unboxing
  111. Урок 111. 00:16:50
    Autoboxing & Unboxing (Challenge Exercise) - Part 1
  112. Урок 112. 00:17:09
    Autoboxing & Unboxing (Challenge Exercise) - Part 2
  113. Урок 113. 00:09:33
    Autoboxing & Unboxing (Challenge Exercise) - Part 3
  114. Урок 114. 00:16:44
    LinkedList Part 1
  115. Урок 115. 00:15:31
    LinkedList Part 2
  116. Урок 116. 00:20:47
    LinkedList Part 3
  117. Урок 117. 00:15:06
    LinkedList Challenge Part 1
  118. Урок 118. 00:01:04
    Bug Fix for "Track 1" Error
  119. Урок 119. 00:17:21
    LinkedList Challenge Part 2
  120. Урок 120. 00:15:46
    LinkedList Challenge Part 3 (Final video)
  121. Урок 121. 00:12:35
    Interfaces
  122. Урок 122. 00:14:31
    Interfaces Part 2
  123. Урок 123. 00:18:12
    Interfaces Challenge Part 1
  124. Урок 124. 00:09:01
    Interfaces Challenge Part 2
  125. Урок 125. 00:17:11
    Inner classes Part 1
  126. Урок 126. 00:14:45
    Inner Classes Part 2
  127. Урок 127. 00:11:58
    Inner Classes Challenge
  128. Урок 128. 00:16:43
    Abstract Classes Part 1
  129. Урок 129. 00:10:56
    Abstract Classes Part 2
  130. Урок 130. 00:04:49
    Interface vs Abstract Class
  131. Урок 131. 00:19:47
    Abstract Class Challenge Part 1
  132. Урок 132. 00:12:54
    Abstract Class Challenge Part 2
  133. Урок 133. 00:19:47
    Abstract Class Challenge Part 3 (includes recursion).
  134. Урок 134. 00:11:13
    Generics Introduction
  135. Урок 135. 00:11:38
    Our Generics Class
  136. Урок 136. 00:18:58
    Our Generics Class Part 2
  137. Урок 137. 00:10:14
    Our Generics Class Part 3
  138. Урок 138. 00:13:09
    Generics Challenge
  139. Урок 139. 00:07:10
    Naming Conventions
  140. Урок 140. 00:17:41
    Packages
  141. Урок 141. 00:11:41
    Packages Part 2
  142. Урок 142. 00:12:06
    Packages Part 3
  143. Урок 143. 00:13:29
    Packages (Challenge Exercise)
  144. Урок 144. 00:17:26
    Scope
  145. Урок 145. 00:12:08
    Scope Part 2 and Visibility
  146. Урок 146. 00:06:54
    Scope +(Challenge Exercise)
  147. Урок 147. 00:16:52
    Access Modifiers
  148. Урок 148. 00:12:33
    The static statement
  149. Урок 149. 00:14:38
    The final statement
  150. Урок 150. 00:09:02
    Final Part 2 and Static Initializers
  151. Урок 151. 00:15:49
    Collections Overview
  152. Урок 152. 00:15:40
    Binary Search
  153. Урок 153. 00:18:24
    Collections List Methods
  154. Урок 154. 00:18:56
    Comparable and Comparator
  155. Урок 155. 00:16:52
    Maps
  156. Урок 156. 00:16:34
    Map Continued and Adventure Game
  157. Урок 157. 00:18:05
    Adding Exits to the Adventure game
  158. Урок 158. 00:08:14
    Adventure Game challenge
  159. Урок 159. 00:15:43
    Immutable Classes
  160. Урок 160. 00:04:33
    Immutable Class Challenge
  161. Урок 161. 00:19:53
    Sets & HashSet
  162. Урок 162. 00:16:53
    HashSet - equals() and hashCode()
  163. Урок 163. 00:10:57
    Finish off equals() and hashcode()
  164. Урок 164. 00:12:00
    Potential issue with equals() and sub-classing
  165. Урок 165. 00:15:35
    Sets - Symmetric & Asymmetric
  166. Урок 166. 00:09:17
    Finishing Off Sets
  167. Урок 167. 00:15:27
    Sets Challenge Part 1
  168. Урок 168. 00:12:51
    Sets Challenge Part 2
  169. Урок 169. 00:18:18
    Sets Challenge Part 3
  170. Урок 170. 00:13:12
    Sorted Collections
  171. Урок 171. 00:17:06
    StockList Class With Maps
  172. Урок 172. 00:15:50
    Add a Basket
  173. Урок 173. 00:20:51
    TreeMap and Unmodifiable Maps
  174. Урок 174. 00:12:41
    Challenge Part 1
  175. Урок 175. 00:10:53
    Challenge Part 2
  176. Урок 176. 00:07:57
    Challenge Part 3
  177. Урок 177. 00:18:05
    Challenge Part 4 (Final)
  178. Урок 178. 00:05:06
    JDK11 Global Library Configuration
  179. Урок 179. 00:06:01
    Create Your First JavaFX Project
  180. Урок 180. 00:09:49
    JavaFX Overview
  181. Урок 181. 00:10:56
    JavaFX Hello World Program
  182. Урок 182. 00:15:35
    GridPane Layout
  183. Урок 183. 00:13:12
    HBox Layout
  184. Урок 184. 00:13:17
    BorderPane Layout
  185. Урок 185. 00:17:10
    Other Layouts
  186. Урок 186. 00:15:18
    Controls
  187. Урок 187. 00:17:03
    RadioButton and CheckBox
  188. Урок 188. 00:17:14
    ComboBox and ChoiceBox
  189. Урок 189. 00:14:31
    Slider, Spinner, ColorPicker & DatePicker Controls
  190. Урок 190. 00:06:43
    TitledPane
  191. Урок 191. 00:14:30
    Events and Event Handlers
  192. Урок 192. 00:14:39
    Events Continued
  193. Урок 193. 00:14:41
    UI Thread
  194. Урок 194. 00:16:19
    Threads and Runnable
  195. Урок 195. 00:13:00
    Setup Sample Todo List Application
  196. Урок 196. 00:13:29
    Base Interface
  197. Урок 197. 00:14:18
    Add Change Listener
  198. Урок 198. 00:07:04
    Formatting Dates
  199. Урок 199. 00:15:05
    Singletons
  200. Урок 200. 00:16:26
    Load and Save ToDo Items from/to Disk
  201. Урок 201. 00:16:32
    Add DialogPane
  202. Урок 202. 00:14:34
    Show Dialog and Add Controller Code
  203. Урок 203. 00:10:28
    Bug Fix and Update List View
  204. Урок 204. 00:11:21
    Data Binding and Observable
  205. Урок 205. 00:14:45
    Cell Factories
  206. Урок 206. 00:15:38
    Context Menu
  207. Урок 207. 00:15:42
    KeyEvents and Toolbars
  208. Урок 208. 00:12:45
    SortedList
  209. Урок 209. 00:16:19
    FilteredList
  210. Урок 210. 00:17:40
    CSS With JavaFX
  211. Урок 211. 00:16:38
    Transforming Nodes and Choosers
  212. Урок 212. 00:22:12
    More on Choosers and Web Pages
  213. Урок 213. 00:03:24
    SceneBuilder
  214. Урок 214. 00:05:01
    Installing SceneBuilder for Windows
  215. Урок 215. 00:03:40
    Installing SceneBuilder for Mac
  216. Урок 216. 00:07:16
    Overview of SceneBuilder
  217. Урок 217. 00:15:50
    Building a UI with SceneBuilder
  218. Урок 218. 00:17:28
    More on SceneBuilder
  219. Урок 219. 00:15:15
    JavaFX Challenge
  220. Урок 220. 00:13:17
    JavaFX Challenge Part 2
  221. Урок 221. 00:16:08
    JavaFX Challenge Part 3
  222. Урок 222. 00:14:04
    JavaFX Challenge Part 4
  223. Урок 223. 00:09:16
    JavaFX Challenge Wrap up
  224. Урок 224. 00:14:01
    Exceptions
  225. Урок 225. 00:13:05
    Stack Trace and Call Stack
  226. Урок 226. 00:14:21
    Catching and throwing Exceptions
  227. Урок 227. 00:08:07
    Multi Catch Exceptions
  228. Урок 228. 00:15:56
    Introduction to I/O
  229. Урок 229. 00:14:59
    Writing content - FileWriter class and Finally block
  230. Урок 230. 00:12:14
    Try with Resources
  231. Урок 231. 00:12:56
    FileReader and Closeable
  232. Урок 232. 00:13:00
    BufferedReader
  233. Урок 233. 00:07:30
    Load Big Location and Exits Files
  234. Урок 234. 00:05:02
    Challenge
  235. Урок 235. 00:13:12
    Buffered Writer and Challenge
  236. Урок 236. 00:15:46
    Byte Streams
  237. Урок 237. 00:15:45
    Reading Binary Data and End of File Exceptions
  238. Урок 238. 00:14:16
    Object Input Output including Serialization
  239. Урок 239. 00:16:04
    Finish Object I/O and RandomAccessFile class
  240. Урок 240. 00:14:30
    Create Random Access File
  241. Урок 241. 00:11:38
    Update Static Initializer Block With Random File Access
  242. Урок 242. 00:14:21
    Update Adventure Game to Read Random Access File
  243. Урок 243. 00:14:48
    Java NIO
  244. Урок 244. 00:11:37
    Writing Objects With Java NIO
  245. Урок 245. 00:15:48
    Reading and Writing with Java NIO
  246. Урок 246. 00:13:37
    Writing Binary Files with Java NIO
  247. Урок 247. 00:15:48
    Reading Files with NIO
  248. Урок 248. 00:11:11
    Absolute and Relative Reads
  249. Урок 249. 00:13:56
    Chained Put Methods
  250. Урок 250. 00:13:05
    Writing Sequentially
  251. Урок 251. 00:15:05
    FileChannel to Copy Files and Pipes with Threads
  252. Урок 252. 00:18:03
    Filesystem
  253. Урок 253. 00:12:18
    More on Paths
  254. Урок 254. 00:12:00
    Exists and CopyFile
  255. Урок 255. 00:11:17
    Move, Rename and Delete
  256. Урок 256. 00:12:51
    File Attributes
  257. Урок 257. 00:14:16
    Read Existing Directory Contents
  258. Урок 258. 00:12:26
    Separators Temp Files and File Stores
  259. Урок 259. 00:11:34
    Walk File Tree
  260. Урок 260. 00:12:59
    Copy Entire Tree
  261. Урок 261. 00:12:54
    Mapping IO and NIO Methods
  262. Урок 262. 00:07:00
    Concurrency and Threads Introduction
  263. Урок 263. 00:13:33
    Threads
  264. Урок 264. 00:13:20
    Runnable and Thread
  265. Урок 265. 00:09:45
    Interrupt and Join
  266. Урок 266. 00:11:53
    Multiple Threads
  267. Урок 267. 00:09:54
    Thread Variables
  268. Урок 268. 00:11:06
    Synchronisation
  269. Урок 269. 00:10:56
    Producer and Consumer
  270. Урок 270. 00:14:06
    Deadlocks, wait, notify and notifyAll methods
  271. Урок 271. 00:12:10
    The Java Util Concurrent package
  272. Урок 272. 00:11:16
    Thread Interference
  273. Урок 273. 00:10:29
    Reentrant Lock and Unlock
  274. Урок 274. 00:10:37
    Using Try Finally With Threads
  275. Урок 275. 00:12:04
    Thread Pools
  276. Урок 276. 00:12:30
    ArrayBlockingQueue Class
  277. Урок 277. 00:10:35
    Deadlocks
  278. Урок 278. 00:14:07
    More on Deadlocks
  279. Урок 279. 00:16:48
    Thread Starvation
  280. Урок 280. 00:12:56
    Fair Locks and Live Locks
  281. Урок 281. 00:05:05
    Live Lock Example and Slipped Conditions
  282. Урок 282. 00:14:05
    Other Thread Issues
  283. Урок 283. 00:15:26
    JavaFX Background Tasks
  284. Урок 284. 00:10:17
    Data Binding
  285. Урок 285. 00:14:35
    Service
  286. Урок 286. 00:09:11
    Challenge 1 and 2
  287. Урок 287. 00:11:16
    Challenge 3,4 and 5
  288. Урок 288. 00:11:01
    Challenge 6 and 7
  289. Урок 289. 00:05:31
    Challenge 8
  290. Урок 290. 00:04:54
    Challenge 9
  291. Урок 291. 00:15:34
    Lambda Expressions Introduction
  292. Урок 292. 00:14:51
    Lambda Expressions Continued
  293. Урок 293. 00:14:46
    Lambda Expressions Nested Blocks
  294. Урок 294. 00:15:03
    Scope and Functional Programming
  295. Урок 295. 00:16:39
    Functional Interfaces & Predicates
  296. Урок 296. 00:12:07
    More on Predicates & Suppliers
  297. Урок 297. 00:13:12
    Functions
  298. Урок 298. 00:11:57
    Chaining java.util.function Functions
  299. Урок 299. 00:13:51
    Streams
  300. Урок 300. 00:13:07
    Streams - Intermediate and Terminal Operations
  301. Урок 301. 00:21:31
    Streams - Flatmap & Lambda Best Practices
  302. Урок 302. 00:12:08
    Lambda Challenge Part 1
  303. Урок 303. 00:16:34
    Lambda Challenge Part 2
  304. Урок 304. 00:16:22
    Regular Expressions Introduction
  305. Урок 305. 00:13:56
    Character classes and Boundary Matchers
  306. Урок 306. 00:14:43
    Quantifiers and the Pattern and Matcher classes
  307. Урок 307. 00:15:04
    Matcher find and Group Methods
  308. Урок 308. 00:15:27
    And, Or & Not
  309. Урок 309. 00:17:05
    Regular Expressions Challenge Part 1
  310. Урок 310. 00:15:31
    Regular Expressions Challenge Part 2
  311. Урок 311. 00:06:14
    Regular Expressions Challenge Part 3
  312. Урок 312. 00:17:58
    Introduction to Debugging
  313. Урок 313. 00:11:25
    More on Debugging
  314. Урок 314. 00:16:15
    Field Watch Points
  315. Урок 315. 00:10:15
    Advanced Debugging
  316. Урок 316. 00:16:21
    Introduction to Unit Testing with JUnit
  317. Урок 317. 00:18:20
    Asserts in Junit
  318. Урок 318. 00:16:35
    More Asserts and Exception Handling
  319. Урок 319. 00:12:22
    Parameterized Testing
  320. Урок 320. 00:21:42
    JUnit Challenge #1 and #2
  321. Урок 321. 00:12:23
    JUnit Challenges #3 to #7
  322. Урок 322. 00:12:07
    Junit Challenges #8 to #10
  323. Урок 323. 00:01:56
    Section Introduction
  324. Урок 324. 00:10:33
    Database Terminology
  325. Урок 325. 00:07:57
    Install and Setup SQLite for Windows
  326. Урок 326. 00:02:01
    Install and Setup SQLite for Mac
  327. Урок 327. 00:02:39
    Install and Setup SQLite for Linux
  328. Урок 328. 00:11:16
    Introduction to SQLite
  329. Урок 329. 00:10:43
    More with SQLite
  330. Урок 330. 00:16:03
    Querying Data With SQL
  331. Урок 331. 00:13:12
    SQL Order by and Joins
  332. Урок 332. 00:11:45
    More Complex Joins
  333. Урок 333. 00:15:18
    Wildcards in Queries and Views
  334. Урок 334. 00:14:18
    Housekeeping and Final SQL Challenge
  335. Урок 335. 00:15:50
    JDBC and SQLite GUI Browser
  336. Урок 336. 00:17:27
    Creating Databases With JDBC in Java
  337. Урок 337. 00:15:50
    JDBC Insert, Update, Delete
  338. Урок 338. 00:20:40
    .executeQuery() and using Constants
  339. Урок 339. 00:12:44
    The Music SQLite Database
  340. Урок 340. 00:14:47
    Write Java Query for Artists
  341. Урок 341. 00:17:19
    Executing SQL in DB Browser
  342. Урок 342. 00:16:24
    Query Albums by Artist Method
  343. Урок 343. 00:15:04
    Query Artists for Song method
  344. Урок 344. 00:14:40
    Result Set Meta Data
  345. Урок 345. 00:16:39
    Functions and Views
  346. Урок 346. 00:11:49
    Write the Method to Query View
  347. Урок 347. 00:17:02
    SQL Injection Attacks and Prepared Statements
  348. Урок 348. 00:13:41
    Transactions
  349. Урок 349. 00:10:09
    Inserting Records With JDBC
  350. Урок 350. 00:14:01
    Insert Albums, Artists, and Songs
  351. Урок 351. 00:18:08
    Test Insert JDBC Code
  352. Урок 352. 00:17:54
    JDBC with a GUI Program
  353. Урок 353. 00:12:36
    Add Artists
  354. Урок 354. 00:13:25
    Fix Artist and Preload Records
  355. Урок 355. 00:11:59
    Implement Artist Query
  356. Урок 356. 00:09:39
    Add ProgressBar
  357. Урок 357. 00:15:15
    Handling Updates
  358. Урок 358. 00:09:40
    Networking Overview
  359. Урок 359. 00:15:04
    First Client and Server Apps
  360. Урок 360. 00:14:05
    Multi Threaded Server
  361. Урок 361. 00:12:47
    Multi-Threading and Timeouts
  362. Урок 362. 00:18:14
    UDP Server and Client
  363. Урок 363. 00:18:56
    High Level APIS
  364. Урок 364. 00:16:07
    URL Connections and Input Stream Reader
  365. Урок 365. 00:17:58
    HTTPUrlConnection
  366. Урок 366. 00:21:07
    Alternatives to HTTPUrlConnection
  367. Урок 367. 00:06:22
    Introduction to Modules
  368. Урок 368. 00:02:09
    Module Declarations and Statements
  369. Урок 369. 00:05:40
    Module Types
  370. Урок 370. 00:07:24
    Project Setup and Test
  371. Урок 371. 00:04:03
    Structuring the new project
  372. Урок 372. 00:12:05
    Creating the first module (Common)
  373. Урок 373. 00:13:26
    Creating the Module Descriptor file
  374. Урок 374. 00:10:45
    Creating the 2nd module (Database)
  375. Урок 375. 00:09:53
    Challenge - Create the final module (UI)
  376. Урок 376. 00:07:30
    Transitive Dependencies
  377. Урок 377. 00:01:06
    Work in Progress
  378. Урок 378. 00:07:32
    Keywords and Naming Conventions
  379. Урок 379. 00:03:40
    Naming Conventions Challenge
  380. Урок 380. 00:07:08
    Operator Associativity
  381. Урок 381. 00:07:33
    Declaration and Expression Statements
  382. Урок 382. 00:14:36
    Expression Statements, Prefix and Postfix
  383. Урок 383. 00:09:15
    Whitespace
  384. Урок 384. 00:12:28
    Code Blocks and Indentation
  385. Урок 385. 00:09:40
    Code Blocks and if, then, and else
  386. Урок 386. 00:07:12
    Boolean, Naming Conventions and Scope
  387. Урок 387. 00:09:25
    Challenge and Code Duplication
  388. Урок 388. 00:08:39
    Defining Methods
  389. Урок 389. 00:03:30
    Executing Methods
  390. Урок 390. 00:09:38
    Method Parameters Overview
  391. Урок 391. 00:06:51
    Removing Code Duplication
  392. Урок 392. 00:08:50
    Returning Data from a Method
  393. Урок 393. 00:03:04
    Using Data from a Method Call
  394. Урок 394. 00:05:47
    Method Recap and Challenge
  395. Урок 395. 00:10:32
    Method Challenge Solution
  396. Урок 396. 00:17:32
    Old JavaFX Introduction Video for JDK 8
  397. Урок 397. 00:13:28
    Old JavaFX Code Vs FXml Video for JDK 8
  398. Урок 398. 00:05:02
    Bonus Lecture and Information