5.37 GB | 35min 42s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 Course Introduction.mp4 (5.11 MB)
2 What is Java.mp4 (5.61 MB)
3 Why Java.mp4 (14.42 MB)
4 Course Structure.mp4 (7.76 MB)
5 How to get the most out of this course.mp4 (3.99 MB)
6 Course overview.mp4 (1.49 MB)
1 Tools you'll need.mp4 (13.45 MB)
2 JetBrains - IntelliJ Partnership.mp4 (2.36 MB)
3 JDK install for Windows.mp4 (22.1 MB)
4 IntelliJ install for Windows.mp4 (16.33 MB)
5 JDK install for MacOS.mp4 (19.23 MB)
6 IntelliJ install for MacOS.mp4 (15.84 MB)
7 JDK install for Linux.mp4 (28.02 MB)
8 IntelliJ install for Linux.mp4 (10.92 MB)
1 Introduction.mp4 (2.66 MB)
2 Share your thoughts!.mp4 (867.86 KB)
3 Your first Java program.mp4 (37.51 MB)
5 How Java code builds up.mp4 (20.5 MB)
6 How to get the source code.mp4 (19.71 MB)
7 Variables.mp4 (24.4 MB)
8 Data types - Primitives.mp4 (22.73 MB)
9 Data types - Primitives - CODING.mp4 (45.19 MB)
10 Data types - Primitives Conversion.mp4 (1.95 MB)
11 Data types - Primitives Conversion - CODING.mp4 (32.49 MB)
12 Data types - Primitives - PRACTICE.mp4 (1.04 MB)
14 Data types - Object references - Part 1.mp4 (5.55 MB)
15 Data types - Object references - Part 2.mp4 (4.1 MB)
16 Data types - Object references - CODING - Part 1.mp4 (26.77 MB)
17 Data types - Object references - CODING - Part 2.mp4 (11.38 MB)
18 Operators - Part 1.mp4 (7.55 MB)
19 Operators - Part 2.mp4 (7.23 MB)
20 Operators - CODING - Part 1.mp4 (18.18 MB)
21 Operators - CODING - Part 2.mp4 (31.69 MB)
22 Operators - CODING - Part 3.mp4 (44.53 MB)
23 Operators - CODING - Part 4.mp4 (19.05 MB)
24 Operators - CODING - Part 5.mp4 (26.32 MB)
25 Loops (for, while, do-while, break, continue).mp4 (10.11 MB)
26 Loops - CODING - Part 1.mp4 (10.19 MB)
27 Loops - CODING - Part 2.mp4 (12.76 MB)
28 Control flow.mp4 (15.23 MB)
29 Control flow - CODING.mp4 (18.95 MB)
30 Control flow - PRACTICE.mp4 (8.94 MB)
31 Code blocks.mp4 (3.29 MB)
32 Code blocks - CODING.mp4 (7.57 MB)
33 Methods.mp4 (12.4 MB)
34 Methods - CODING.mp4 (24.75 MB)
35 Methods - PRACTICE.mp4 (27.59 MB)
36 Arrays.mp4 (13.92 MB)
37 Arrays - CODING.mp4 (15.55 MB)
38 Beginner Section Summary.mp4 (2.01 MB)
1 Beginner Level - FINAL PRACTICE.mp4 (28.69 MB)
1 Introduction.mp4 (2.3 MB)
2 Packages.mp4 (10.1 MB)
3 Packages - CODING.mp4 (13.8 MB)
4 Object Oriented Programming - Introduction.mp4 (3.74 MB)
5 Classes and Objects - Part 1.mp4 (20.59 MB)
6 Classes and Objects - Part 2.mp4 (18.62 MB)
7 Classes and Objects - CODING - Part 1.mp4 (50.29 MB)
8 Classes and Objects - CODING - Part 2.mp4 (30.23 MB)
9 Classes and Objects - PRACTICE.mp4 (1.09 MB)
10 Access modifiers.mp4 (11.03 MB)
11 Access modifers - CODING.mp4 (14.95 MB)
12 14 Object-Oriented Principle - Inheritance.mp4 (11.59 MB)
13 Inheritance - CODING - Part 1.mp4 (73.83 MB)
14 Inheritance - CODING - Part 2.mp4 (37.13 MB)
15 Inheritance - PRACTICE.mp4 (1.53 MB)
16 24 Object-Oriented Principle - Encapsulation.mp4 (9.78 MB)
17 Encapsulation - CODING - Part 1.mp4 (21.29 MB)
18 Encapsulation - CODING - Part 2.mp4 (20.11 MB)
19 Encapsulation - PRACTICE.mp4 (1013.13 KB)
20 34 Object-Oriented Principle - Abstraction.mp4 (20.32 MB)
21 Abstraction - CODING - Part 1.mp4 (47.71 MB)
22 Abstraction - CODING - Part 2.mp4 (29.19 MB)
23 Abstraction - PRACTICE.mp4 (919.01 KB)
24 44 Object-Oriented Principle - Polymorphism.mp4 (9.99 MB)
25 Polymorphism - CODING - Part 1.mp4 (35.45 MB)
26 Polymorphism - CODING - Part 2.mp4 (7.85 MB)
27 Polymorphism - PRACTICE.mp4 (708.76 KB)
28 Final keyword.mp4 (7.17 MB)
29 Final keyword - CODING.mp4 (14.61 MB)
30 Static keyword.mp4 (12.54 MB)
31 Static keyword - CODING.mp4 (27.58 MB)
32 String functions.mp4 (12.14 MB)
33 String functions - CODING.mp4 (30.96 MB)
34 Comments.mp4 (7.94 MB)
35 Comments - CODING.mp4 (12.44 MB)
36 Clean Code (DRY, KISS, YAGNI).mp4 (27.19 MB)
37 Default Values.mp4 (6.81 MB)
38 Default Values - CODING.mp4 (14.78 MB)
39 Intermediate Section Summary.mp4 (2.76 MB)
1 Intermediate Level - FINAL PRACTICE - Introduction.mp4 (1.2 MB)
2 Intermediate Level - FINAL PRACTICE - Part 1.mp4 (46.41 MB)
3 Intermediate Level - FINAL PRACTICE - Part 2.mp4 (91.13 MB)
1 Introduction.mp4 (2.32 MB)
2 Enum.mp4 (24.17 MB)
3 Enum - CODING.mp4 (19.83 MB)
4 Inner Classes (Nested-, Anonymous- and Method local inner classes).mp4 (19.01 MB)
5 Inner Classes - CODING - Part 1.mp4 (36.69 MB)
6 Inner Classes - CODING - Part 2.mp4 (29.05 MB)
7 JDK vs JRE vs JVM.mp4 (10.32 MB)
8 JDK vs JRE vs JVM - CODING.mp4 (9.41 MB)
9 Array functions.mp4 (10.94 MB)
10 Array functions - CODING.mp4 (66.88 MB)
11 Math functions.mp4 (8.79 MB)
12 Math functions - CODING.mp4 (10.77 MB)
13 Debugging.mp4 (38.54 MB)
14 Time Types (Dates, Calendars, Timezones).mp4 (16.45 MB)
15 Time Types - CODING - Part 1.mp4 (76.08 MB)
16 Time Types - CODING - Part 2.mp4 (59.63 MB)
17 Input and Output (System out, System in, System err and Scanner class).mp4 (11.54 MB)
18 Input and Output - CODING.mp4 (35.94 MB)
19 String vs StringBuilder vs StringBuffer.mp4 (9.43 MB)
20 String vs StringBuilder vs StringBuffer - CODING.mp4 (9.91 MB)
21 Object - THE SUPERCLASS.mp4 (29.15 MB)
22 Object - clone() - CODING.mp4 (61.5 MB)
23 Object - equals() - CODING.mp4 (23.35 MB)
24 Object - finalize() - CODING.mp4 (16.82 MB)
25 Object - getClass() - CODING.mp4 (44.16 MB)
26 Object - hashCode.mp4 (8.44 MB)
27 Object - hashCode() - CODING.mp4 (39.11 MB)
28 Object - toString() - CODING.mp4 (22.5 MB)
29 Collections - Introduction.mp4 (32.7 MB)
30 Collections - ArrayList - CODING - Part 1.mp4 (48.02 MB)
31 Collections - ArrayList - CODING - Part 2.mp4 (27.61 MB)
32 Collections - Vector - CODING.mp4 (17.12 MB)
33 Collections - LinkedList.mp4 (13.26 MB)
34 Collections - LinkedList - CODING.mp4 (31.09 MB)
35 Generics - Part 1.mp4 (18.07 MB)
36 Generics - Part 1 - CODING 12.mp4 (27.04 MB)
37 Generics - Part 1 - CODING 22.mp4 (21.55 MB)
38 Generics - Part 2.mp4 (12.2 MB)
39 Generics - Part 2 - CODING 12.mp4 (10.55 MB)
40 Generics - Part 2 - CODING 22.mp4 (14.7 MB)
41 Exceptions.mp4 (13.63 MB)
42 Exceptions - CODING - Unchecked exception.mp4 (17.79 MB)
43 Exceptions - CODING - Checked exception.mp4 (18.84 MB)
44 Exceptions - CODING - Recovery and try-with-resource.mp4 (15.1 MB)
45 Exceptions - CODING - Custom exception and checked vs unchecked exceptions.mp4 (17.03 MB)
46 Exceptions - CODING - throws keyword and catch with multiple exceptions.mp4 (9.4 MB)
47 Exceptions - CODING - Bad practices.mp4 (9.27 MB)
48 Exceptions - The most commonly thrown exceptions.mp4 (8.64 MB)
49 StringTokenizer and String's split function - CODING.mp4 (16.68 MB)
50 File Handling - File class - File creation - CODING.mp4 (11.46 MB)
51 File Handling - File class - Rename and Delete - CODING.mp4 (16.51 MB)
52 File Handling - File class - Directories - CODING.mp4 (17.48 MB)
53 File Handling - File class - Other useful functions - CODING.mp4 (16.32 MB)
54 File Handling - FileReader - CODING.mp4 (15.34 MB)
55 File Handling - BufferedReader - CODING.mp4 (22.53 MB)
56 File Handling - Scanner - CODING.mp4 (11.12 MB)
57 File Handling - BufferedReader vs Scanner.mp4 (1.96 MB)
58 File Handling - FileWriter - CODING.mp4 (14.04 MB)
59 File Handling - BufferedWriter - CODING.mp4 (12.02 MB)
60 File Handling - PrintWriter - CODING.mp4 (11.6 MB)
61 File Handling - Path class - CODING.mp4 (13.24 MB)
62 File Handling - Copying files - CODING.mp4 (15.93 MB)
1 Hangman - Introduction.mp4 (6.82 MB)
2 Hangman - Reading the words.mp4 (15.38 MB)
3 Hangman - Random word.mp4 (16.55 MB)
4 Hangman - User input.mp4 (20.68 MB)
5 Hangman - Contains or not cointains.mp4 (9.77 MB)
6 Hangman - The user loses.mp4 (11.05 MB)
7 Hangman - The user wins.mp4 (12.71 MB)
1 Collections - Introduction (Maps, Sets, Queues).mp4 (3.59 MB)
2 Collections - Maps.mp4 (5.42 MB)
3 Collections - HashMap - Creation and fundamental functions - CODING.mp4 (11.63 MB)
4 Collections - HashMap - Contains, getOrDefault and replace functions- CODING.mp4 (19.87 MB)
5 Collections - HashMap - Clear, size and how to loop through a HashMap- CODING.mp4 (22.72 MB)
6 Collections - LinkedHashMap - CODING.mp4 (13.94 MB)
7 Collections - TreeMap - CODING.mp4 (6.81 MB)
8 Collections - TreeMap - Extra functions 14 - CODING.mp4 (13.48 MB)
9 Collections - TreeMap - Extra functions 24 - CODING.mp4 (25.82 MB)
10 Collections - TreeMap - Extra functions 34 - CODING.mp4 (13.62 MB)
11 Collections - TreeMap - Extra functions 44 - CODING.mp4 (18.74 MB)
12 Collections - HashTable - CODING.mp4 (10.38 MB)
13 Collections - HashSet 12 - CODING.mp4 (14.51 MB)
14 Collections - HashSet 22 - CODING.mp4 (22.53 MB)
15 Collections - LinkedHashSet - CODING.mp4 (9.86 MB)
16 Collections - TreeSet - CODING.mp4 (13.13 MB)
17 Collections - EnumSet - CODING.mp4 (16.83 MB)
18 Collections - Queues.mp4 (4.59 MB)
19 Collections - LinkedList as a Queue - CODING.mp4 (15.61 MB)
20 Collections - LinkedList as a Deque - CODING.mp4 (23.52 MB)
21 Collections - Stack.mp4 (4.01 MB)
22 Collections - Stack with Deque - CODING.mp4 (13.2 MB)
23 Collections - ArrayDeque - CODING.mp4 (7.4 MB)
24 Collections - PriorityQueue - CODING.mp4 (7.29 MB)
25 Functional Programming.mp4 (8.2 MB)
26 Pre Functional Programming - CODING - Example 1.mp4 (21.23 MB)
27 Functional Programming - Functions as variables, but how.mp4 (6.3 MB)
28 Functional Programming - Lambda expression examples.mp4 (7.18 MB)
29 Functional Programming - Functional type - CODING - Part 1.mp4 (13.02 MB)
30 Functional Programming - Functional type - CODING - Part 2.mp4 (10.17 MB)
31 Functional Programming - Functional type - CODING - Part 3.mp4 (17.74 MB)
32 Functional Programming - Functional type - EXAMPLE.mp4 (19.6 MB)
33 Functional Programming - Streams teaser - CODING.mp4 (12.2 MB)
34 Functional Programming - Built-in Interfaces.mp4 (10.75 MB)
35 Functional Programming - Consumer - CODING.mp4 (15.59 MB)
36 Functional Programming - BiConsumer - CODING.mp4 (20.08 MB)
37 Functional Programming - BiFunction - CODING.mp4 (18.55 MB)
38 Functional Programming - Predicate - CODING - Part 1.mp4 (22.54 MB)
39 Functional Programming - Predicate - CODING - Part 2.mp4 (16.57 MB)
40 Functional Programming - UnaryOperator - CODING.mp4 (18.22 MB)
41 Functional Programming - Supplier - CODING.mp4 (7.07 MB)
42 Streams - Introduction.mp4 (8.84 MB)
43 Streams - Introduction - CODING.mp4 (17.57 MB)
44 Streams - How to create a stream - CODING.mp4 (20.32 MB)
45 Method reference - Introduction - CODING.mp4 (14.38 MB)
46 Method reference - CODING - Part 1(instance method reference of a certain class).mp4 (22.31 MB)
47 Method reference - CODING - Part 2(instance method reference of an object).mp4 (16.11 MB)
48 Method reference - CODING - Part 3(static method reference).mp4 (6.22 MB)
49 Method reference - CODING - Part 4(constructor method reference).mp4 (27.68 MB)
50 Streams - filter() - CODING.mp4 (11.62 MB)
51 Streams - forEach() - CODING.mp4 (38.13 MB)
52 Streams - sorted() - CODING.mp4 (21.66 MB)
53 Streams - distinct() - CODING.mp4 (13.54 MB)
54 Streams - map() - CODING.mp4 (33.18 MB)
55 Streams - collect() - CODING - Part 1 (toList, toSet, toMap, toCollection).mp4 (33.01 MB)
56 Streams - collect() - CODING - Part 2 (joining, counting).mp4 (25.15 MB)
57 Streams - collect() - CODING - Part 3 (summing, averaging, summerizing).mp4 (40.03 MB)
58 Streams - collect() - CODING - Part 4 (partiningBy, groupingBy).mp4 (44.62 MB)
59 Streams - collect() - CODING - Part 5 (maxBy(), minBy(), teeing()).mp4 (38.92 MB)
60 Streams - flatMap() - CODING.mp4 (31.64 MB)
61 Streams - reduce() - CODING.mp4 (13.51 MB)
62 Streams - limit(), skip() - CODING.mp4 (22.52 MB)
63 Streams - allMatch(), anyMatch, noneMatch() - CODING.mp4 (20.65 MB)
64 Streams - range() - CODING.mp4 (9.18 MB)
65 Streams - peek() - CODING.mp4 (29.42 MB)
66 Streams - findFirst(), findAny() - CODING.mp4 (24 MB)
67 Streams - count(), min(), max() - CODING.mp4 (44.16 MB)
1 Find a new home in the galaxy - Introduction.mp4 (10.83 MB)
2 Find a new home in the galaxy - The biggest, coldest and hottest - CODING.mp4 (35.59 MB)
3 Find a new home in the galaxy - Top 10 most habitable.mp4 (69.62 MB)
4 Find a new home in the galaxy - Earth Sun distance.mp4 (16.6 MB)
1 Optional - Pre-Introduction - What's wrong with null.mp4 (16.33 MB)
2 Optional - The old way (null check) - CODING.mp4 (15.44 MB)
3 Optional - Introduction.mp4 (5.85 MB)
4 Optional - The new way - CODING.mp4 (12.82 MB)
5 Optional - empty() - CODING - Part 1.mp4 (23.02 MB)
6 Optional - empty() - CODING - Part 2.mp4 (18.16 MB)
7 Optional - isEmpty() and isPresent() - CODING.mp4 (15.51 MB)
8 Optional - of(), ofNullable() - CODING - Part 1.mp4 (10.82 MB)
9 Optional - of(), ofNullable() - CODING - Part 2.mp4 (27.19 MB)
10 Optional - get() - CODING.mp4 (28.62 MB)
11 Optional - ifPresent() - CODING.mp4 (29.76 MB)
12 Optional - ifPresentOrElse() - CODING.mp4 (7.37 MB)
13 Optional - orElseGet() - CODING.mp4 (14.36 MB)
14 Optional - orElse() - CODING.mp4 (20.34 MB)
15 Optional - filter() - CODING.mp4 (11.77 MB)
16 Optional - orElseThrow() - CODING.mp4 (13.83 MB)
17 Optional - Best Practices.mp4 (8.31 MB)
18 Gargabe Collection - Part 1.mp4 (9.73 MB)
19 Gargabe Collection - Part 2.mp4 (4.93 MB)
20 Garbage Collection - CODING.mp4 (58.41 MB)
21 Multithreading - Introduction.mp4 (21.21 MB)
22 Multithreading - Thread Class - CODING - Part 1.mp4 (11.17 MB)
23 Multithreading - Thread Class - CODING - Part 2.mp4 (20.74 MB)
24 Multithreading - Runnable Interface.mp4 (16.86 MB)
26 Multithreading - join() - CODING.mp4 (50.27 MB)
27 Multithreading - synchronized - CODING - Part 1.mp4 (31.86 MB)
28 Multithreading - synchronized - CODING - Part 2.mp4 (48.47 MB)
29 Multithreading - interrupt() - CODING - Part 1.mp4 (22.35 MB)
30 Multithreading - interrupt() - CODING - Part 2.mp4 (29.29 MB)
32 Multithreading - wait(), notify(), notifyAll() - CODING.mp4 (45.22 MB)
34 Multithreading - Thread variables - CODING.mp4 (22.86 MB)
35 Multithreading - volatile - CODING - Part 1.mp4 (12.26 MB)
36 Multithreading - volatile - CODING - Part 2.mp4 (26.22 MB)
38 Multithreading - Deadlock.mp4 (24.63 MB)
39 Multithreading - Starvation, Livelock and Fairlock.mp4 (13.41 MB)
40 Multithreading - Mutex (Synchronized block, ReentrantLock, Fair lock) - CODING.mp4 (81.65 MB)
42 Multithreading - yield() - CODING.mp4 (25 MB)
43 Multithreading - Semaphore - CODING.mp4 (59.09 MB)
45 Multithreading - Thread Pools - Part 1.mp4 (12.91 MB)
46 Multithreading - Thread Pools - Part 2.mp4 (5.93 MB)
49 NEW! Multithreading - Concurrency vs Parallelism.mp4 (10.82 MB)
50 NEW! Multithreading - Producer-Consumer Problem.mp4 (6.92 MB)
51 NEW! Multithreading - Producer-Consumer Problem - CODING.mp4 (35.07 MB)
52 NEW! Multithreading - Pitfalls.mp4 (9.25 MB)
1 NEW! Optional - Departures board - Introduction.mp4 (8.27 MB)
2 NEW! Optional - Departures board - The board.mp4 (48.24 MB)
3 NEW! Optional - Departures board - Flight finder.mp4 (42.7 MB)
4 NEW! Optional - Departures board - Gate finder.mp4 (40.28 MB)]
Screenshot
NitroFlare
https://nitroflare.com/view/27ACF3059E251B5/ https://nitroflare.com/view/313A5854D7551FB/ https://nitroflare.com/view/555B60CEE6D26E0/ https://nitroflare.com/view/29C526504B7B719/ https://nitroflare.com/view/A0FAC4D72DD07DD/
DDownload
https://ddownload.com/igedyehw72i5 https://ddownload.com/obqbsrcpf5q9 https://ddownload.com/v1n342eibc58 https://ddownload.com/9jxr7brukhwy https://ddownload.com/rabxva1y1bhu