Advertisement
Fuzzyness

sdfsf

Nov 29th, 2017
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.20 KB | None | 0 0
  1. Section: 1
  2. 0 / 1
  3. Introduction
  4. 1. Getting Started With This Course
  5. 7:58
  6. Section: 2
  7. 0 / 10
  8. Setup
  9. 2. How to Use This Section Of The Course
  10. 1:01
  11. 3. How To Install The Java Development Kit (JDK) For Windows
  12. 5:15
  13. 4. Download and Install IntelliJ (FREE and PAID version) for Windows
  14. 9:54
  15. 5. Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
  16. 0:00
  17. 6. How To Install The Java Development Kit (JDK) For Mac OS X
  18. 2:44
  19. 7. Download and Install IntelliJ (FREE and PAID version) on a Mac
  20. 9:43
  21. 8. Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
  22. 0:00
  23. 9. How To Install The Java Development Kit (JDK) For Ubuntu Linux
  24. 4:20
  25. 10. Install and Configure IntelliJ (FREE and PAID version) for Ubuntu Linux
  26. 10:22
  27. 11. Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available
  28. 0:00
  29. Section: 3
  30. 0 / 3
  31. First Steps
  32. 12. Introduction
  33. 0:37
  34. 13. Creating Your First Java Project
  35. 12:10
  36. First Steps - Creating Your First Java Project
  37. 14. Exploring The IntelliJ Interface
  38. 7:24
  39. Section: 4
  40. 0 / 8
  41. Variables, Datatypes and Operators
  42. 15. Introduction
  43. 0:27
  44. 16. What Are Variables?
  45. 15:13
  46. Variables, Datatypes and Operators - What Are Variables
  47. 17. Getting To Know Primitive Data Types - The Byte, Short, Int And Long
  48. 18:45
  49. Variables, Datatypes and Operators - Getting To Know Primitive Data Types - The Byte, Short, Int And Long
  50. 18. Getting To Know Primitive Data Types - Float And Double
  51. 12:57
  52. Variables, Datatypes and Operators - Getting To Know Primitive Data Types - Float And Double
  53. 19. Getting To Know Primitive Data Types - Char And Boolean
  54. 7:22
  55. Unicode Table website
  56. Variables, Datatypes and Operators - Getting To Know Primitive Data Types - Char And Boolean
  57. 20. Understanding Strings And Finishing Up Primitive Data Types
  58. 11:56
  59. Variables, Datatypes and Operators - Understanding Strings And Finishing Up Primitive Data Types
  60. 21. Operators In Java
  61. 16:12
  62. Variables, Datatypes and Operators - Operators In Java
  63. 22. More On Operators And Operator Precedence
  64. 19:22
  65. Summary of Operators
  66. Java Operator Precedence Table
  67. Variables, Datatypes and Operators - More On Operators And Operator Precedence
  68. Section: 5
  69. 0 / 7
  70. Java Tutorial: Expressions, Statements, Code blocks, Methods and more
  71. 23. Introduction
  72. 0:31
  73. 24. Keywords And Expressions
  74. 7:18
  75. List of Java Keywords
  76. Java Tutorial Expressions, Statements, Code blocks, Methods and more - Keywords And Expressions
  77. 25. Statements, Whitespace and Indentation (Code Organization)
  78. 9:24
  79. Java Tutorial Expressions, Statements, Code blocks, Methods and more - Statements, Whitespace and Intentation (Code Organization)
  80. 26. Code Blocks And The If Then Else Control Statements
  81. 17:08
  82. Java Tutorial Expressions, Statements, Code blocks, Methods and more - Code Blocks And The If Then Else Control Statements
  83. 27. Methods In Java
  84. 17:43
  85. Java Tutorial Expressions, Statements, Code blocks, Methods and more - Methods In Java
  86. 28. More On Methods And A Challenge
  87. 15:08
  88. lecture-28-challenge.txt
  89. Java Tutorial Expressions, Statements, Code blocks, Methods and more - More On Methods And A Challenge
  90. 29. Method Overloading
  91. 27:01
  92. Feet to Centimeters
  93. Java Tutorial Expressions, Statements, Code blocks, Methods and more - Method Overloading
  94. Section: 6
  95. 0 / 4
  96. Control Flow Statements
  97. 30. Introduction
  98. 0:38
  99. 31. The switch statement (+Challenge Exercise)
  100. 19:32
  101. lecture-31-challenge.txt
  102. Control Flow Statements - The switch statement (plus Challenge Exercise)
  103. 32. The for Statement (+Challenge Exercise)
  104. 25:02
  105. The First 1,000 Primes
  106. lecture-32-challenge.txt
  107. Control Flow Statements - The for Statement (plus Challenge Exercise)
  108. 33. The while and do while statements (+Challenge Exercise)
  109. 16:31
  110. lecture-33-challenge.txt
  111. Control Flow Statements - The while and do while statements (+Challenge Exercise)
  112. Section: 7
  113. 0 / 9
  114. OOP Part 1 - Classes, Constructors and Inheritance
  115. 34. Introduction
  116. 0:36
  117. 35. Classes Part 1
  118. 16:31
  119. OOP Part 1 - Classes Part 1
  120. 36. Classes Part 2
  121. 13:27
  122. OOP Part 1 - Classes Part 2
  123. 37. Constructors - Part 1 (+Challenge Exercise)
  124. 18:52
  125. lecture-37-challenge.txt
  126. OOP Part 1 - Constructors - Part 1 (plus Challenge Exercise)
  127. 38. Constructors - Part 2 (+Challenge Exercise)
  128. 16:00
  129. Withdrawal-method-bug-fix.zip
  130. lecture-38-challenge.txt
  131. OOP Part 1 - Constructors - Part 2 (plus Challenge Exercise)
  132. 39. Inheritance - Part 1
  133. 19:39
  134. OOP Part 1 - Inheritance - Part 1
  135. 40. Inheritance - Part 2
  136. 13:24
  137. OOP Part 1 - Inheritance - Part 2
  138. 41. Inheritance Challenge Part 1 (+Challenge Exercise)
  139. 16:38
  140. lecture-41-challenge.txt
  141. OOP Part 1 - Inheritance Challenge Part 1 (plus Challenge Exercise)
  142. 42. Inheritance Challenge Part 2
  143. 10:04
  144. OOP Part 1 - Inheritance Challenge Part 2
  145. Section: 8
  146. 0 / 9
  147. OOP Part 2 - Composition, Encapsulation, and Polymorphism
  148. 43. Introduction
  149. 0:37
  150. 44. Composition
  151. 17:19
  152. OOP Part 2 - Composition
  153. 45. Composition Part 2 (+Challenge Exercise)
  154. 14:17
  155. lecture-45-challenge.txt
  156. OOP Part 2 - Composition Part 2 (plus Challenge Exercise)
  157. 46. Encapsulation
  158. 19:23
  159. OOP Part 2 - Encapsulation
  160. 47. Encapsulation (+Challenge Exercise)
  161. 14:16
  162. lecture-47-challenge.txt
  163. OOP Part 2 - Encapsulation (plus Challenge Exercise)
  164. 48. Polymorphism
  165. 20:35
  166. OOP Part 2 - Polymorphism
  167. 49. Polymorphism (+Challenge Exercise)
  168. 18:46
  169. lecture-49-challenge.txt
  170. OOP Part 2 - Polymorphism (plus Challenge Exercise)
  171. 50. OOP Master Challenge Exercise
  172. 15:59
  173. lecture-50-challenge.txt
  174. OOP Part 2 - OOP Master Challenge Exercise
  175. 51. OOP Challenge - Solution
  176. 15:32
  177. OOP Part 2 - OOP Challenge - Solution
  178. Section: 9
  179. 0 / 18
  180. Arrays, Java inbuilt Lists, Autoboxing and Unboxing
  181. 52. Arrays
  182. 21:27
  183. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - Arrays
  184. 53. Arrays (Challenge Exercise)
  185. 16:20
  186. lecture-53-challenge.txt
  187. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - Arrays (Challenge Exercise)
  188. 54. List and ArrayList Part 1
  189. 16:29
  190. ArrayResizeDemo.java
  191. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - List and ArrayList Part 1
  192. 55. ArrayList Part 2
  193. 20:11
  194. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - ArrayList Part 2
  195. 56. ArrayList Part 3
  196. 16:48
  197. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - ArrayList Part 3
  198. 57. ArrayList Challenge Part 1
  199. 14:00
  200. lecture-57-challenge.txt
  201. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - ArrayList Challenge Part 1
  202. 58. ArrayList Challenge Part 2
  203. 18:12
  204. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - ArrayList Challenge Part 2
  205. 59. ArrayList Challenge Part 3
  206. 10:49
  207. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - ArrayList Challenge Part 3
  208. 60. Autoboxing and Unboxing
  209. 16:16
  210. https://www.dropbox.com/s/kht56ric73byvts/Arrays%2C-Java-inbuilt-Lists%2C-Autoboxing-and-Unboxing-ArrayList-Challenge-Part-3-Source-code.zip?dl=1
  211. 61. Autoboxing & Unboxing (Challenge Exercise) - Part 1
  212. 16:46
  213. lecture-61-challenge.txt
  214. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - Autoboxing & Unboxing (Challenge Exercise) - Part 1
  215. 62. Autoboxing & Unboxing (Challenge Exercise) - Part 2
  216. 17:08
  217. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - Autoboxing & Unboxing (Challenge Exercise) - Part 2
  218. 63. Autoboxing & Unboxing (Challenge Exercise) - Part 3
  219. 9:32
  220. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - Autoboxing & Unboxing (Challenge Exercise) - Part 3
  221. 64. LinkedList Part 1
  222. 16:43
  223. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Part 1
  224. 65. LinkedList Part 2
  225. 15:30
  226. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Part 2
  227. 66. LinkedList Part 3
  228. 20:46
  229. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Part 3
  230. 67. LinkedList Challenge Part 1
  231. 14:05
  232. lecture-67-challenge.txt
  233. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Challenge Part 1
  234. 68. LinkedList Challenge Part 2
  235. 17:20
  236. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Challenge Part 2
  237. 69. LinkedList Challenge Part 3 (Final video)
  238. 15:45
  239. Arrays, Java inbuilt Lists, Autoboxing and Unboxing - LinkedList Challenge Part 3 (Final video)
  240. Section: 10
  241. 0 / 12
  242. Inner and Abstract Classes & Interfaces
  243. 70. Interfaces
  244. 12:34
  245. Inner and Abstract Classes & Interfaces - Interfaces
  246. 71. Interfaces Part 2
  247. 14:30
  248. Inner and Abstract Classes & Interfaces - Interfaces Part 2
  249. 72. Interfaces Challenge Part 1
  250. 17:39
  251. lecture-72-challenge.txt
  252. Inner and Abstract Classes & Interfaces - Interfaces Challenge Part 1
  253. 73. Interfaces Challenge Part 2
  254. 9:00
  255. Inner and Abstract Classes & Interfaces - Interfaces Challenge Part 2
  256. 74. Inner classes Part 1
  257. 17:10
  258. Inner and Abstract Classes & Interfaces - Inner classes Part 1
  259. 75. Inner Classes Part 2
  260. 14:45
  261. Inner and Abstract Classes & Interfaces - Inner Classes Part 2
  262. 76. Inner Classes Challenge
  263. 10:32
  264. lecture-78-challenge.txt
  265. Inner and Abstract Classes & Interfaces - Inner Classes Challenge
  266. 77. Abstract Classes Part 1
  267. 16:42
  268. Inner and Abstract Classes & Interfaces - Abstract Classes Part 1
  269. 78. Abstract Classes Part 2
  270. 10:55
  271. Inner and Abstract Classes & Interfaces - Abstract Classes Part 2
  272. 79. Abstract Class Challenge Part 1
  273. 19:46
  274. lecture-79-challenge.txt
  275. Inner and Abstract Classes & Interfaces - Abstract Class Challenge Part 1
  276. 80. Abstract Class Challenge Part 2
  277. 12:53
  278. Inner and Abstract Classes & Interfaces - Abstract Class Challenge Part 2
  279. 81. Abstract Class Challenge Part 3
  280. 19:46
  281. Inner and Abstract Classes & Interfaces - Abstract Class Challenge Part 3
  282. Section: 11
  283. 0 / 5
  284. Java Generics
  285. 82. Generics Introduction
  286. 11:12
  287. Java Generics - Generics Introduction
  288. 83. Our Generics Class
  289. 11:37
  290. Java Generics - Our Generics Class
  291. 84. Our Generics Class Part 2
  292. 18:57
  293. Java Generics - Our Generics Class Part 2
  294. 85. Our Generics Class Part 3
  295. 10:13
  296. Java Generics - Our Generics Class Part 3
  297. 86. Generics Challenge
  298. 13:08
  299. lecture-86-challenge.txt
  300. Java Generics - Generics Challenge
  301. Section: 12
  302. 0 / 12
  303. Naming Conventions and Packages. static and final keywords
  304. 87. Naming Conventions
  305. 7:09
  306. 88. Packages
  307. 17:02
  308. Naming Conventions and Packages - Packages
  309. 89. Packages Part 2
  310. 11:40
  311. Naming Conventions and Packages - Packages Part 2
  312. 90. Packages Part 3
  313. 12:05
  314. Naming Conventions and Packages - Packages Part 3
  315. 91. Packages (Challenge Exercise)
  316. 12:57
  317. lecture-91-challenge.txt
  318. Naming Conventions and Packages - Packages (Challenge Exercise)
  319. 92. Scope
  320. 17:25
  321. Naming Conventions and Packages - Scope
  322. 93. Scope Part 2 and Visibility
  323. 12:07
  324. Naming Conventions and Packages - Scope Part 2 and Visibility
  325. 94. Scope +(Challenge Exercise)
  326. 5:56
  327. lecture-94-challenge.txt
  328. Naming Conventions and Packages - Scope plus (Challenge Exercise)
  329. 95. Access Modifiers
  330. 16:51
  331. Naming Conventions and Packages - Access Modifiers
  332. 96. The static statement
  333. 12:32
  334. Naming Conventions and Packages - The static statement
  335. 97. The final statement
  336. 14:37
  337. Naming Conventions and Packages - The final statement
  338. 98. Final Part 2 and Static Initializers
  339. 9:01
  340. Naming Conventions and Packages - Final Part 2 and Static Initializers
  341. Section: 13
  342. 0 / 27
  343. Java Collections
  344. 99. Collections Overview
  345. 15:47
  346. Java Collections - Collections Overview
  347. 100. Binary Search
  348. 15:39
  349. Interfaces Java Docs
  350. Java Collections - Binary Search
  351. 101. Collections List Methods
  352. 18:23
  353. Java Collections - Collections List Methods
  354. 102. Comparable and Comparator
  355. 18:55
  356. Java Collections - Comparable and Comparator
  357. 103. Maps
  358. 16:51
  359. Maps Document Link
  360. Java Collections - Maps
  361. 104. Map Continued and Adventure Game
  362. 16:33
  363. Java Collections - Map Continued and Adventure Game
  364. 105. Adding Exits to the Adventure game
  365. 18:04
  366. Java Collections - Adding Exits to the Adventure game
  367. 106. Adventure Game challenge
  368. 8:13
  369. lecture-106-challenge.txt
  370. Java Collections - Adventure Game challenge
  371. 107. Immutable Classes
  372. 15:42
  373. A Strategy for Defining Immutable Objects
  374. Java Collections - Immutable Classes
  375. 108. Immutable Class Challenge
  376. 4:32
  377. lecture-108-challenge.txt
  378. Java Collections - Immutable Class Challenge
  379. 109. Sets & HashSet
  380. 19:52
  381. Virtual Machine Performance Enhancements
  382. Java Collections - Sets & HashSet
  383. 110. HashSet - equals() and hashCode()
  384. 16:52
  385. Java Collections - HashSet - equals() and hashCode()
  386. 111. Finish off equals() and hashcode()
  387. 10:56
  388. equals documentation
  389. Java Collections - Finish off equals() and hashcode()
  390. 112. Potential issue with equals() and sub-classing
  391. 11:59
  392. lecture-112-challenge.txt
  393. Java Collections - Potential issue with equals() and sub-classing
  394. 113. Sets - Symmetric & Asymmetric
  395. 15:34
  396. The Set Interface
  397. Java Collections - Sets - Symmetric & Asymmetric
  398. 114. Finishing Off Sets
  399. 9:16
  400. Java Collections - Finishing Off Sets
  401. 115. Sets Challenge Part 1
  402. 15:26
  403. lecture-115-challenge.txt
  404. Java Collections - Sets Challenge Part 1
  405. 116. Sets Challenge Part 2
  406. 12:50
  407. Java Collections - Sets Challenge Part 2
  408. 117. Sets Challenge Part 3
  409. 18:17
  410. International Astronomical Union
  411. Java Collections - Sets Challenge Part 3
  412. 118. Sorted Collections
  413. 13:11
  414. Java Collections - Sorted Collections
  415. 119. StockList Class With Maps
  416. 17:05
  417. Java Collections - StockList Class With Maps
  418. 120. Add a Basket
  419. 15:49
  420. Java Collections - Add a Basket
  421. 121. TreeMap and Unmodifiable Maps
  422. 20:50
  423. Java Collections - TreeMap and Unmodifiable Maps
  424. 122. Challenge Part 1
  425. 12:40
  426. lecture-122-challenge.txt
  427. Java Collections - Challenge Part 1
  428. 123. Challenge Part 2
  429. 10:52
  430. Java Collections - Challenge Part 2
  431. 124. Challenge Part 3
  432. 7:56
  433. Java Collections - Challenge Part 3
  434. 125. Challenge Part 4 (Final)
  435. 18:04
  436. Java Collections - Challenge Part 4 (Final)
  437. Section: 14
  438. 0 / 44
  439. JavaFX
  440. 126. Introduction
  441. 17:31
  442. JavaFX - Introduction​
  443. 127. Code Vs FXml
  444. 13:27
  445. JavaFX - Code Vs FXml​
  446. 128. GridPane Layout
  447. 15:34
  448. GridPane Oracle Docs
  449. AnchorPane Oracle Docs
  450. JavaFX - GridPane Layout​
  451. 129. HBox Layout
  452. 13:11
  453. HBox Oracle Docs
  454. VBox Oracle Docs
  455. JavaFX - HBox Layout​
  456. 130. BorderPane Layout
  457. 13:16
  458. BorderPane Oracle Docs
  459. JavaFX - BorderPane Layout​
  460. 131. Other Layouts
  461. 17:09
  462. FlowPane Oracle Docs
  463. Stackpane Oracle Docs
  464. TilePane Oracle Docs
  465. Show more (2)
  466. 132. Controls
  467. 15:17
  468. Button Oracle Docs
  469. Graphic Repository
  470. JavaFX - Controls​
  471. 133. RadioButton and CheckBox
  472. 17:02
  473. JavaFX - RadioButton and CheckBox​
  474. 134. ComboBox and ChoiceBox
  475. 17:13
  476. JavaFX - ComboBox and ChoiceBox​
  477. 135. Slider, Spinner, ColorPicker & DatePicker Controls
  478. 14:30
  479. JavaFX - Slider, Spinner, ColorPicker & DatePicker Controls​
  480. 136. TitledPane
  481. 6:42
  482. JavaFX - TitledPane​
  483. 137. Events and Event Handlers
  484. 14:29
  485. JavaFX - Events and Event Handlers​
  486. 138. Events Continued
  487. 14:38
  488. JavaFX - Events Continued​
  489. 139. UI Thread
  490. 14:40
  491. Checkbox JavaFX Oracle
  492. JavaFX - UI Thread​
  493. 140. Threads and Runnable
  494. 16:18
  495. Concurrency in JavaFX
  496. JavaFX - Threads and Runnable​
  497. 141. Setup Sample Todo List Application
  498. 12:56
  499. JavaFX - Setup Sample Todo List Application​
  500. 142. Base Interface
  501. 13:28
  502. JavaFX - Base Interface​
  503. 143. Add Change Listener
  504. 14:17
  505. JavaFX - Add Change Listener​
  506. 144. Formatting Dates
  507. 7:03
  508. Class DateTimeFormatter​
  509. JavaFX - Formatting Dates​
  510. 145. Singletons
  511. 15:04
  512. Class DateTimeFormatter
  513. JavaFX - Singletons​
  514. 146. Load and Save ToDo Items from/to Disk
  515. 16:25
  516. Package java.nio
  517. Class String
  518. JavaFX - Load and Save ToDo Items from/to Disk​
  519. 147. Add DialogPane
  520. 16:31
  521. Class DialogPane
  522. JavaFX - Add DialogPane​
  523. 148. Show Dialog and Add Controller Code
  524. 14:33
  525. JavaFX - Show Dialog and Add Controller Code​
  526. 149. Bug Fix and Update List View
  527. 10:27
  528. JavaFX - Bug Fix and Update List View​
  529. 150. Data Binding and Observable
  530. 11:20
  531. JavaFX - Data Binding and Observable​
  532. Class FXCollections
  533. Lorem ipsum Generator
  534. 151. Cell Factories
  535. 14:44
  536. JavaFX - Cell Factories​
  537. 152. Context Menu
  538. 15:37
  539. JavaFX - Context Menu​
  540. 153. KeyEvents and Toolbars
  541. 15:41
  542. JavaFX - KeyEvents and Toolbars​
  543. 154. SortedList
  544. 12:44
  545. JavaFX - SortedList​
  546. 155. FilteredList
  547. 16:18
  548. JavaFX - FilteredList​
  549. 156. CSS With JavaFX
  550. 17:39
  551. JavaFX CSS Reference Guide
  552. JavaFX - CSS With JavaFX​
  553. 157. Transforming Nodes and Choosers
  554. 16:37
  555. Class Bloom
  556. JavaFX - Transforming Nodes and Choosers​
  557. 158. More on Choosers and Web Pages
  558. 22:11
  559. Class WebEngine
  560. JavaFX - More on Choosers and Web Pages​
  561. 159. SceneBuilder
  562. 3:23
  563. 160. Installing SceneBuilder for Windows
  564. 5:00
  565. Gluon Labs
  566. 161. Installing SceneBuilder for Mac
  567. 3:39
  568. Scene Builder
  569. 162. Overview of SceneBuilder
  570. 7:15
  571. JavaFX - Overview of SceneBuilder​
  572. 163. Building a UI with SceneBuilder
  573. 15:49
  574. JavaFX - Building a UI with SceneBuilder​
  575. 164. More on SceneBuilder
  576. 17:27
  577. setting up Scene Builder with NetBeans 8.0.2
  578. JavaFX - More on SceneBuilder​
  579. 165. JavaFX Challenge
  580. 15:14
  581. ContactData source file
  582. JavaFX - JavaFX Challenge​
  583. 166. JavaFX Challenge Part 2
  584. 13:16
  585. JavaFX - JavaFX Challenge Part 2​​
  586. 167. JavaFX Challenge Part 3
  587. 16:07
  588. JavaFX - JavaFX Challenge Part 3​​
  589. 168. JavaFX Challenge Part 4
  590. 14:03
  591. JavaFX - JavaFX Challenge Part 4​​
  592. 169. JavaFX Challenge Wrap up
  593. 9:15
  594. JavaFX - JavaFX Challenge Wrap up​​
  595. Section: 15
  596. 0 / 38
  597. Basic Input & Output including java.util
  598. 170. Exceptions
  599. 14:00
  600. Basic Input & Output including java.util - Exceptions​
  601. 171. Stack Trace and Call Stack
  602. 13:04
  603. Basic Input & Output including java.util - Stack Trace and Call Stack​
  604. 172. Catching and throwing Exceptions
  605. 14:20
  606. Basic Input & Output including java.util - Catching and throwing Exceptions​
  607. 173. Multi Catch Exceptions
  608. 8:06
  609. Basic Input & Output including java.util - Multi Catch Exceptions​
  610. 174. Introduction to I/O
  611. 15:55
  612. Basic Input & Output including java.util - Introduction to IO​
  613. 175. Writing content - FileWriter class and Finally block
  614. 14:58
  615. Basic Input & Output including java.util - Writing content - FileWriter class and Finally block​
  616. 176. Try with Resources
  617. 12:12
  618. The try-with-resources Statement
  619. Basic Input & Output including java.util - Try with Resources​
  620. 177. FileReader and Closeable
  621. 12:55
  622. lecture-156-challenge.txt
  623. Basic Input & Output including java.util - FileReader and Closeable​
  624. 178. BufferedReader
  625. 12:59
  626. Basic Input & Output including java.util - BufferedReader​
  627. 179. Load Big Location and Exits Files
  628. 7:26
  629. GameData.zip
  630. Basic Input & Output including java.util - Load Big Location and Exits Files​
  631. 180. Challenge
  632. 5:01
  633. lecture-159-challenge.txt
  634. Basic Input & Output including java.util - Challenge​
  635. 181. Buffered Writer and Challenge
  636. 13:11
  637. Basic Input & Output including java.util - Buffered Writer and Challenge​
  638. 182. Byte Streams
  639. 15:45
  640. Basic Input & Output including java.util - Byte Streams​
  641. 183. Reading Binary Data and End of File Exceptions
  642. 15:44
  643. Basic Input & Output including java.util - Reading Binary Data and End of File Exceptions​
  644. 184. Object Input Output including Serialization
  645. 14:15
  646. Basic Input & Output including java.util - Object Input Output​
  647. 185. Finish Object I/O and RandomAccessFile class
  648. 16:03
  649. Basic Input & Output including java.util - Finish Object IO and RandomAccessFile class​
  650. 186. Create Random Access File
  651. 14:29
  652. Basic Input & Output including java.util - Create Random Access File​
  653. 187. Update Static Initializer Block With Random File Access
  654. 11:37
  655. Basic Input & Output including java.util - Update Static Initializer Block With Random File Access​
  656. 188. Update Adventure Game to Read Random Access File
  657. 14:20
  658. Basic Input & Output including java.util - Update Adventure Game to Read Random Access File​
  659. 189. Java NIO
  660. 14:47
  661. InputOutput NIO
  662. Basic Input & Output including java.util - Java NIO​
  663. 190. Writing Objects With Java NIO
  664. 11:36
  665. Basic Input & Output including java.util - Writing Objects With Java NIO
  666. 191. Reading and Writing with Java NIO
  667. 15:47
  668. Basic Input & Output including java.util - Reading and Writing with Java NIO
  669. 192. Writing Binary Files with Java NIO
  670. 13:36
  671. Basic Input & Output including java.util - Writing Binary Files with Java NIO
  672. 193. Reading Files with NIO
  673. 15:47
  674. Basic Input & Output including java.util - Reading Files with NIO
  675. 194. Absolute and Relative Reads
  676. 11:10
  677. Basic Input & Output including java.util - Absolute and Relative Reads
  678. 195. Chained Put Methods
  679. 13:55
  680. Basic Input & Output including java.util - Chained Put Methods
  681. 196. Writing Sequentially
  682. 13:04
  683. Basic Input & Output including java.util - Writing Sequentially
  684. 197. FileChannel to Copy Files and Pipes with Threads
  685. 15:04
  686. Basic Input & Output including java.util - FileChannel to Copy Files and Pipes with Threads
  687. 198. Filesystem
  688. 18:02
  689. Basic Input & Output including java.util - Filesystem
  690. FileSystemText1.txt
  691. FileSystemText2.txt
  692. Show more (1)
  693. 199. More on Paths
  694. 12:17
  695. Basic Input & Output including java.util - More on Paths
  696. 200. Exists and CopyFile
  697. 11:59
  698. Basic Input & Output including java.util - Exists and CopyFile
  699. 201. Move, Rename and Delete
  700. 11:16
  701. Basic Input & Output including java.util - Move, Rename and Delete
  702. 202. File Attributes
  703. 12:50
  704. Basic Input & Output including java.util - File Attributes
  705. Class Files
  706. Interface BasicFileAttributes
  707. 203. Read Existing Directory Contents
  708. 14:15
  709. Basic Input & Output including java.util - Read Existing Directory Contents
  710. getPathMatcher
  711. 204. Separators Temp Files and File Stores
  712. 12:25
  713. Basic Input & Output including java.util - Separators Temp Files and File Stores
  714. 205. Walk File Tree
  715. 11:30
  716. Basic Input & Output including java.util - Walk File Tree
  717. 206. Copy Entire Tree
  718. 12:58
  719. Basic Input & Output including java.util - Copy Entire Tree
  720. 207. Mapping IO and NIO Methods
  721. 12:53
  722. Basic Input & Output including java.util - Mapping IO and NIO Methods
  723. Section: 16
  724. 0 / 29
  725. Concurrency in Java
  726. 208. Concurrency and Threads Introduction
  727. 6:59
  728. 209. Threads
  729. 13:29
  730. Constants.txt
  731. Concurrency in Java - Threads​
  732. 210. Runnable and Thread
  733. 13:19
  734. Class Thread
  735. Concurrency in Java - Runnable and Thread​
  736. 211. Interrupt and Join
  737. 9:44
  738. Concurrency in Java - Interrupt and Join​
  739. 212. Multiple Threads
  740. 11:49
  741. ThreadColor.java
  742. Concurrency in Java - Multiple Threads​
  743. 213. Thread Variables
  744. 9:53
  745. Concurrency in Java - Thread Variables​
  746. 214. Synchronisation
  747. 11:05
  748. Concurrency in Java - Synchronisation​
  749. 215. Producer and Consumer
  750. 10:55
  751. Concurrency in Java - Producer and Consumer​
  752. 216. Deadlocks, wait, notify and notifyAll methods
  753. 14:05
  754. Class Collections
  755. Concurrency in Java - Deadlocks, wait, notify and notifyAll methods​
  756. 217. The Java Util Concurrent package
  757. 12:09
  758. ThreadColor.java
  759. Concurrency in Java - The Java Util Concurrent package​
  760. 218. Thread Interference
  761. 11:15
  762. Class ArrayList<E>
  763. Concurrency in Java - Thread Interference​
  764. 219. Reentrant Lock and Unlock
  765. 10:28
  766. Concurrency in Java - Reentrant Lock and Unlock​
  767. 220. Using Try Finally With Threads
  768. 10:36
  769. Interface Lock
  770. Concurrency in Java - Using Try Finally With Threads​
  771. 221. Thread Pools
  772. 12:03
  773. Concurrency in Java - Thread Pools​
  774. 222. ArrayBlockingQueue Class
  775. 12:29
  776. Interface ExecutorService
  777. Concurrency in Java - ArrayBlockingQueue Class​
  778. 223. Deadlocks
  779. 10:34
  780. Concurrency in Java - Deadlocks​
  781. 224. More on Deadlocks
  782. 14:06
  783. Concurrency in Java - More on Deadlocks​
  784. 225. Thread Starvation
  785. 16:47
  786. ThreadColor.java
  787. Concurrency in Java - Thread Starvation​
  788. 226. Fair Locks and Live Locks
  789. 12:55
  790. Concurrency in Java - Fair Locks and Live Locks​
  791. 227. Live Lock Example and Slipped Conditions
  792. 5:04
  793. Concurrency in Java - Live Lock Example and Slipped Conditions​
  794. 228. Other Thread Issues
  795. 14:04
  796. Package java.util.concurrent.atomic
  797. Class AtomicInteger
  798. 229. JavaFX Background Tasks
  799. 15:25
  800. Class Task<V>
  801. Concurrency in Java - JavaFX Background Tasks​
  802. 230. Data Binding
  803. 10:16
  804. Concurrency in Java - Data Binding​
  805. 231. Service
  806. 14:34
  807. Concurrency in Java - Service​
  808. 232. Challenge 1 and 2
  809. 9:09
  810. BankAccountClass.txt
  811. Concurrency in Java - Challenge 1 and 2​
  812. 233. Challenge 3,4 and 5
  813. 11:15
  814. Concurrency in Java - Challenge 3,4 and 5​
  815. 234. Challenge 6 and 7
  816. 11:00
  817. Code.txt
  818. Concurrency in Java - Challenge 6 and 7​
  819. 235. Challenge 8
  820. 5:30
  821. challenge8code.txt
  822. Concurrency in Java - Challenge 8​
  823. 236. Challenge 9
  824. 4:53
  825. Concurrency in Java - Challenge 9​
  826. Section: 17
  827. 0 / 13
  828. Lambda Expressions
  829. 237. Lambda Expressions Introduction
  830. 15:33
  831. Interface Comparator<T>
  832. Lambda Expressions - Lambda Expressions Introduction​
  833. 238. Lambda Expressions Continued
  834. 14:50
  835. Lambda Expressions - Lambda Expressions Continued​
  836. 239. Lambda Expressions Nested Blocks
  837. 14:45
  838. Lambda Expressions - Lambda Expressions Nested Blocks​
  839. 240. Scope and Functional Programming
  840. 15:02
  841. Functional programming
  842. Lambda Expressions - Scope and Functional Programming​
  843. 241. Functional Interfaces & Predicates
  844. 16:38
  845. Interface Consumer<T>
  846. Lambda Expressions - Functional Interfaces & Predicates​
  847. 242. More on Predicates & Suppliers
  848. 12:06
  849. Lambda Expressions - More on Predicates & Suppliers​
  850. 243. Functions
  851. 13:11
  852. Lambda Expressions - Functions​
  853. 244. Chaining java.util.function Functions
  854. 11:56
  855. Package java.util.function
  856. Lambda Expressions - Chaining java.util.function Functions​
  857. Lambda-Expressions-Chaining-java.util.function-Functions-table.png
  858. 245. Streams
  859. 13:50
  860. Method References
  861. Interface Stream
  862. Lambda Expressions - Streams​
  863. 246. Streams - Intermediate and Terminal Operations
  864. 13:06
  865. Lambda Expressions - Streams - Intermediate and Terminal Operations​
  866. 247. Streams - Flatmap & Lambda Best Practices
  867. 21:30
  868. Lambda Expressions - Streams - Flatmap & Lambda Best Practices​
  869. 248. Lambda Challenge Part 1
  870. 12:07
  871. stringbuilder.java
  872. anonymousrunnable.java
  873. Lambda Expressions - Lambda Challenge Part 1​
  874. 249. Lambda Challenge Part 2
  875. 16:33
  876. top15babynameslist.java
  877. chain.java
  878. Interface Comparator
  879. Show more (3)
  880. Section: 18
  881. 0 / 8
  882. Regular Expressions
  883. 250. Regular Expressions Introduction
  884. 16:21
  885. Regular Expressions - Regular Expressions Introduction​
  886. 251. Character classes and Boundary Matchers
  887. 13:55
  888. Class Pattern
  889. Regular Expressions - Character classes and Boundary Matchers​
  890. 252. Quantifiers and the Pattern and Matcher classes
  891. 14:42
  892. Class Matcher
  893. Regular Expressions - Quantifiers and the Pattern and Matcher classes​
  894. 253. Matcher find and Group Methods
  895. 15:03
  896. Class Matcher
  897. Regular Expressions - Matcher find and Group Methods​
  898. 254. And, Or & Not
  899. 15:26
  900. Regular Expressions - And, Or & Not​
  901. 255. Regular Expressions Challenge Part 1
  902. 17:04
  903. Regular Expressions - Regular Expressions Challenge Part 1​
  904. 256. Regular Expressions Challenge Part 2
  905. 15:30
  906. Matcher
  907. Regular Expressions - Regular Expressions Challenge Part 2​
  908. 257. Regular Expressions Challenge Part 3
  909. 6:13
  910. Regular Expressions - Regular Expressions Challenge Part 3​
  911. Section: 19
  912. 0 / 11
  913. Debugging and Unit Testing
  914. 258. Introduction to Debugging
  915. 17:57
  916. Debugging and Unit Testing - Introduction to Debugging​
  917. 259. More on Debugging
  918. 11:24
  919. Debugging and Unit Testing - More on Debugging​
  920. 260. Field Watch Points
  921. 16:14
  922. Debugging and Unit Testing - Field Watch Points​
  923. 261. Advanced Debugging
  924. 10:14
  925. JTransforms
  926. Debugging and Unit Testing - Advanced Debugging​
  927. 262. Introduction to Unit Testing with JUnit
  928. 16:20
  929. Debugging and Unit Testing - Introduction to Unit Testing with JUnit​
  930. 263. Asserts in Junit
  931. 18:19
  932. Debugging and Unit Testing - Asserts in Junit​
  933. 264. More Asserts and Exception Handling
  934. 16:34
  935. Debugging and Unit Testing - More Asserts and Exception Handling
  936. 265. Parameterized Testing
  937. 12:21
  938. Debugging and Unit Testing - Parameterized Testing​
  939. 266. JUnit Challenge #1 and #2
  940. 21:41
  941. Debugging and Unit Testing - JUnit Challenge 1 and 2​
  942. Debugging and Unit Testing - JUnit Challenge 1 and 2​ - challenge code.txt
  943. 267. JUnit Challenges #3 to #7
  944. 12:22
  945. Debugging and Unit Testing - JUnit Challenges 3 to 7​
  946. 268. Junit Challenges #8 to #10
  947. 12:06
  948. Debugging and Unit Testing - Junit Challenges 8 to 10​
  949. Section: 20
  950. 0 / 35
  951. Databases
  952. 269. Section Introduction
  953. 1:55
  954. 270. Database Terminology
  955. 10:32
  956. 271. Install and Setup SQLite for Windows
  957. 7:56
  958. 272. Install and Setup SQLite for Mac
  959. 2:00
  960. 273. Install and Setup SQLite for Linux
  961. 2:38
  962. 274. Introduction to SQLite
  963. 11:15
  964. 275. More with SQLite
  965. 10:42
  966. 276. Querying Data With SQL
  967. 16:02
  968. SQLite Autoincrement
  969. music.zip
  970. 277. SQL Order by and Joins
  971. 13:11
  972. 278. More Complex Joins
  973. 11:44
  974. 279. Wildcards in Queries and Views
  975. 15:17
  976. 280. Housekeeping and Final SQL Challenge
  977. 14:17
  978. 281. JDBC and SQLite GUI Browser
  979. 15:49
  980. Bit Bucket
  981. DB Browser for SQLite
  982. Databases - JDBC and SQLite GUI Browser​
  983. 282. Creating Databases With JDBC in Java
  984. 17:26
  985. Databases - Creating Databases With JDBC in Java​
  986. 283. JDBC Insert, Update, Delete
  987. 15:49
  988. Databases - JDBC Insert, Update, Delete​
  989. 284. .executeQuery() and using Constants
  990. 20:39
  991. Databases - .executeQuery() and using Constants​
  992. 285. The Music SQLite Database
  993. 12:43
  994. Databases - The Music SQLite Database​
  995. 286. Write Java Query for Artists
  996. 14:46
  997. Databases - Write Java Query for Artists​
  998. 287. Executing SQL in DB Browser
  999. 17:18
  1000. Databases - Executing SQL in DB Browser​
  1001. 288. Query Albums by Artist Method
  1002. 16:23
  1003. Databases - Query Albums by Artist Method​
  1004. 289. Query Artists for Song method
  1005. 15:00
  1006. Databases - Query Artists for Song method​
  1007. 290. Result Set Meta Data
  1008. 14:38
  1009. Interface ResultSetMetaData
  1010. Databases - Result Set Meta Data​
  1011. 291. Functions and Views
  1012. 16:38
  1013. Databases - Functions and Views​
  1014. 292. Write the Method to Query View
  1015. 11:48
  1016. Databases - Write the Method to Query View​
  1017. 293. SQL Injection Attacks and Prepared Statements
  1018. 17:01
  1019. Databases - SQL Injection Attacks and Prepared Statements​
  1020. 294. Transactions
  1021. 13:40
  1022. Databases - Transactions​
  1023. 295. Inserting Records With JDBC
  1024. 10:08
  1025. Databases - Inserting Records With JDBC​
  1026. 296. Insert Albums, Artists, and Songs
  1027. 14:00
  1028. Databases - Insert Albums, Artists, and Songs​
  1029. 297. Test Insert JDBC Code
  1030. 18:07
  1031. Databases - Test Insert JDBC Code​
  1032. 298. JDBC with a GUI Program
  1033. 17:53
  1034. main.fxml.txt
  1035. Databases - JDBC with a GUI Program​
  1036. 299. Add Artists
  1037. 12:35
  1038. Databases - Add Artists​
  1039. 300. Fix Artist and Preload Records
  1040. 13:24
  1041. Databases - Fix Artist and Preload Records​
  1042. 301. Implement Artist Query
  1043. 11:57
  1044. Databases - Implement Artist Query​
  1045. 302. Add ProgressBar
  1046. 9:38
  1047. Databases - Add ProgressBar​
  1048. 303. Handling Updates
  1049. 15:14
  1050. Databases - Handling Updates​
  1051. Section: 21
  1052. 0 / 9
  1053. Java Networking Programming
  1054. 304. Networking Overview
  1055. 9:39
  1056. 305. First Client and Server Apps
  1057. 15:02
  1058. Java Networking - First Client and Server Apps​
  1059. 306. Multi Threaded Server
  1060. 14:04
  1061. Java Networking - Multi Threaded Server
  1062. 307. Multi-Threading and Timeouts
  1063. 12:46
  1064. Java Networking - Multi-Threading and Timeouts
  1065. 308. UDP Server and Client
  1066. 18:13
  1067. Java Networking - UDP Server and Client​
  1068. 309. High Level APIS
  1069. 18:55
  1070. Java Networking - High Level APIS
  1071. URIs, URLs, and URNs: Clarifications and Recommendations 1.0
  1072. Uniform Resource Identifier
  1073. 310. URL Connections and Input Stream Reader
  1074. 16:06
  1075. Java Networking - URL Connections and Input Stream Reader
  1076. Example Domain
  1077. Code
  1078. 311. HTTPUrlConnection
  1079. 17:57
  1080. Java Networking - HTTPUrlConnection
  1081. Method Definitions
  1082. List of HTTP header fields
  1083. 312. Alternatives to HTTPUrlConenction
  1084. 21:06
  1085. Java Networking - Alternatives to HTTPUrlConenction
  1086. Public feed
  1087. Feed Url
  1088. Show more (4)
  1089. Section: 22
  1090. 0 / 3
  1091. Bonus Material
  1092. 313. Bonus - Please Watch!
  1093. 0:48
  1094. 314. All Courses
  1095. 0:00
  1096. 315. Source code for all Programs
  1097. 0:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement