12-21-2024, 09:06 PM
1.87 GB | 28min 56s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
01 Introduction.mp4 (8.26 MB)
01 The Environment [OCA].mp4 (4.08 MB)
02 Class Structure [OCA].mp4 (21.46 MB)
03 The main() method [OCA].mp4 (12.99 MB)
04 Packages [OCA].mp4 (15.14 MB)
05 Compile, Run and Archive [OCA].mp4 (18.59 MB)
06 Objects [OCA].mp4 (16.86 MB)
07 Data Types [OCA].mp4 (29.45 MB)
08 Text Blocks [OCP].mp4 (6.05 MB)
09 Variables [OCA].mp4 (25.15 MB)
10 Local Variable Type Inference (LVTI) [OCP].mp4 (8.53 MB)
11 Garbage Collector [OCA].mp4 (13.73 MB)
01 Operators in Java [OCA].mp4 (14.37 MB)
02 Unary Operators [OCA].mp4 (8.87 MB)
03 Binary Operators [OCA].mp4 (7.57 MB)
04 Assignment Operator [OCA].mp4 (11.4 MB)
05 Comparison Operators [OCA].mp4 (17.44 MB)
01 If-Else Statement [OCA].mp4 (6.76 MB)
02 Switch Statement [OCA].mp4 (14.63 MB)
03 Switch Expression [OCP].mp4 (16.43 MB)
04 While Loop [OCA].mp4 (14.95 MB)
05 DoWhile Loop [OCA].mp4 (4.96 MB)
06 For Loop [OCA].mp4 (8.08 MB)
07 For-Each Loop [OCA].mp4 (5.89 MB)
01 String Methods [OCA].mp4 (31.07 MB)
02 StringBuilder [OCA].mp4 (15.7 MB)
03 String Pool [OCA].mp4 (8.77 MB)
01 Creating an Array [OCA].mp4 (7.01 MB)
02 Sorting, Searching & Comparing Arrays [OCA].mp4 (13.81 MB)
03 Multidimensional Arrays [OCA].mp4 (5.37 MB)
01 Creating Dates and Times [OCA].mp4 (10.9 MB)
02 Methods on Dates and Times [OCA].mp4 (7.85 MB)
03 Period, Duration, Instant [OCA].mp4 (15.32 MB)
01 Defining Methods [OCA].mp4 (5.82 MB)
02 Local and Instance Variables [OCA].mp4 (10.72 MB)
03 Variable Arguments (Varargs) [OCA].mp4 (4.87 MB)
04 Access Modifiers [OCA].mp4 (9.58 MB)
05 Static Members [OCA].mp4 (23.43 MB)
06 Boxing and Unboxing [OCA].mp4 (8.93 MB)
07 Overloading Methods [OCA].mp4 (16.71 MB)
01 Inheritance [OCA].mp4 (5.77 MB)
02 Creating Classes [OCA].mp4 (17.89 MB)
03 Creating Constructors [OCA].mp4 (16.13 MB)
04 Using this() and super() [OCA].mp4 (14.84 MB)
05 Initializing Objects [OCA].mp4 (26.03 MB)
06 Inheriting Members [OCA].mp4 (29.23 MB)
01 Abstract Classes [OCA].mp4 (13.41 MB)
02 Interfaces [OCA].mp4 (35.09 MB)
01 Functional Interfaces and Lambdas [OCA].mp4 (17.56 MB)
02 Using Predicate with Lambda [OCA].mp4 (13.35 MB)
03 Method References [OCP].mp4 (21.4 MB)
04 Built-in Functional Interfaces [OCP].mp4 (34.41 MB)
05 Combining Implementations [OCP].mp4 (13.4 MB)
06 Functional Interfaces for Primitives [OCP].mp4 (19.52 MB)
01 Common Collection Methods [OCA].mp4 (25 MB)
02 List Interface [OCA].mp4 (29.66 MB)
03 Set Interface [OCP].mp4 (7.48 MB)
04 Queue Interface [OCP].mp4 (7.55 MB)
05 Deque Interface [OCP].mp4 (12.18 MB)
06 Map Interface [OCP].mp4 (34.64 MB)
07 Sorting Data [OCP].mp4 (29.7 MB)
01 Understanding and Handling Exceptions [OCA].mp4 (35.22 MB)
02 Try-with-resources [OCP].mp4 (20.97 MB)
01 Math API Methods.mp4 (6.76 MB)
01 Enums.mp4 (26.98 MB)
02 Sealed Classes.mp4 (7.96 MB)
03 Records.mp4 (15.62 MB)
04 Nested Classes.mp4 (31.47 MB)
05 Polymorphism.mp4 (32.55 MB)
01 Using Optional.mp4 (23.37 MB)
02 Understanding Pipeline.mp4 (7.67 MB)
03 Creating Stream Source.mp4 (13.58 MB)
04 Terminating the Stream.mp4 (48.53 MB)
05 Using Intermediate Operations.mp4 (20.32 MB)
06 Putting The Pipeline Together.mp4 (7.64 MB)
07 Primitive Streams.mp4 (23.17 MB)
08 Spliterator.mp4 (14.88 MB)
09 Collecting results.mp4 (40.31 MB)
01 Formatting Values.mp4 (21.06 MB)
02 Internationalization.mp4 (30.13 MB)
03 Resource Bundles.mp4 (16.1 MB)
01 Introduction to Modules.mp4 (16.32 MB)
02 Designing Modular App.mp4 (45.03 MB)
03 Compiling and Running Modular App.mp4 (48.22 MB)
04 Build-in Modules.mp4 (4.99 MB)
05 Command Line Operations.mp4 (13.46 MB)
06 Named, Automatic and Unnamed Modules.mp4 (11.72 MB)
07 Migration Strategies.mp4 (9.24 MB)
01 Thread Concurrency.mp4 (15.89 MB)
02 Creating a Thread (intro).mp4 (17.29 MB)
03 Creating a Thread (examples).mp4 (24.51 MB)
04 Using Concurrency API.mp4 (37.34 MB)
05 Atomic Classes.mp4 (27.69 MB)
06 Synchronized Block.mp4 (16.18 MB)
07 Using CyclicBarrier.mp4 (22.65 MB)
08 Concurrent Collections.mp4 (11.42 MB)
09 Threading Problems.mp4 (9.59 MB)
01 Working With Files.mp4 (52.07 MB)
02 Console Class.mp4 (25.15 MB)
03 Serialization.mp4 (48.75 MB)
01 Introduction to JDBC.mp4 (11.48 MB)
02 Connecting to a Database.mp4 (10.74 MB)
03 Using PreparedStatement.mp4 (24.84 MB)
04 Using CallableStatement.mp4 (20.11 MB)
05 Resource Leaks.mp4 (6.7 MB)]
Screenshot
01 Introduction.mp4 (8.26 MB)
01 The Environment [OCA].mp4 (4.08 MB)
02 Class Structure [OCA].mp4 (21.46 MB)
03 The main() method [OCA].mp4 (12.99 MB)
04 Packages [OCA].mp4 (15.14 MB)
05 Compile, Run and Archive [OCA].mp4 (18.59 MB)
06 Objects [OCA].mp4 (16.86 MB)
07 Data Types [OCA].mp4 (29.45 MB)
08 Text Blocks [OCP].mp4 (6.05 MB)
09 Variables [OCA].mp4 (25.15 MB)
10 Local Variable Type Inference (LVTI) [OCP].mp4 (8.53 MB)
11 Garbage Collector [OCA].mp4 (13.73 MB)
01 Operators in Java [OCA].mp4 (14.37 MB)
02 Unary Operators [OCA].mp4 (8.87 MB)
03 Binary Operators [OCA].mp4 (7.57 MB)
04 Assignment Operator [OCA].mp4 (11.4 MB)
05 Comparison Operators [OCA].mp4 (17.44 MB)
01 If-Else Statement [OCA].mp4 (6.76 MB)
02 Switch Statement [OCA].mp4 (14.63 MB)
03 Switch Expression [OCP].mp4 (16.43 MB)
04 While Loop [OCA].mp4 (14.95 MB)
05 DoWhile Loop [OCA].mp4 (4.96 MB)
06 For Loop [OCA].mp4 (8.08 MB)
07 For-Each Loop [OCA].mp4 (5.89 MB)
01 String Methods [OCA].mp4 (31.07 MB)
02 StringBuilder [OCA].mp4 (15.7 MB)
03 String Pool [OCA].mp4 (8.77 MB)
01 Creating an Array [OCA].mp4 (7.01 MB)
02 Sorting, Searching & Comparing Arrays [OCA].mp4 (13.81 MB)
03 Multidimensional Arrays [OCA].mp4 (5.37 MB)
01 Creating Dates and Times [OCA].mp4 (10.9 MB)
02 Methods on Dates and Times [OCA].mp4 (7.85 MB)
03 Period, Duration, Instant [OCA].mp4 (15.32 MB)
01 Defining Methods [OCA].mp4 (5.82 MB)
02 Local and Instance Variables [OCA].mp4 (10.72 MB)
03 Variable Arguments (Varargs) [OCA].mp4 (4.87 MB)
04 Access Modifiers [OCA].mp4 (9.58 MB)
05 Static Members [OCA].mp4 (23.43 MB)
06 Boxing and Unboxing [OCA].mp4 (8.93 MB)
07 Overloading Methods [OCA].mp4 (16.71 MB)
01 Inheritance [OCA].mp4 (5.77 MB)
02 Creating Classes [OCA].mp4 (17.89 MB)
03 Creating Constructors [OCA].mp4 (16.13 MB)
04 Using this() and super() [OCA].mp4 (14.84 MB)
05 Initializing Objects [OCA].mp4 (26.03 MB)
06 Inheriting Members [OCA].mp4 (29.23 MB)
01 Abstract Classes [OCA].mp4 (13.41 MB)
02 Interfaces [OCA].mp4 (35.09 MB)
01 Functional Interfaces and Lambdas [OCA].mp4 (17.56 MB)
02 Using Predicate with Lambda [OCA].mp4 (13.35 MB)
03 Method References [OCP].mp4 (21.4 MB)
04 Built-in Functional Interfaces [OCP].mp4 (34.41 MB)
05 Combining Implementations [OCP].mp4 (13.4 MB)
06 Functional Interfaces for Primitives [OCP].mp4 (19.52 MB)
01 Common Collection Methods [OCA].mp4 (25 MB)
02 List Interface [OCA].mp4 (29.66 MB)
03 Set Interface [OCP].mp4 (7.48 MB)
04 Queue Interface [OCP].mp4 (7.55 MB)
05 Deque Interface [OCP].mp4 (12.18 MB)
06 Map Interface [OCP].mp4 (34.64 MB)
07 Sorting Data [OCP].mp4 (29.7 MB)
01 Understanding and Handling Exceptions [OCA].mp4 (35.22 MB)
02 Try-with-resources [OCP].mp4 (20.97 MB)
01 Math API Methods.mp4 (6.76 MB)
01 Enums.mp4 (26.98 MB)
02 Sealed Classes.mp4 (7.96 MB)
03 Records.mp4 (15.62 MB)
04 Nested Classes.mp4 (31.47 MB)
05 Polymorphism.mp4 (32.55 MB)
01 Using Optional.mp4 (23.37 MB)
02 Understanding Pipeline.mp4 (7.67 MB)
03 Creating Stream Source.mp4 (13.58 MB)
04 Terminating the Stream.mp4 (48.53 MB)
05 Using Intermediate Operations.mp4 (20.32 MB)
06 Putting The Pipeline Together.mp4 (7.64 MB)
07 Primitive Streams.mp4 (23.17 MB)
08 Spliterator.mp4 (14.88 MB)
09 Collecting results.mp4 (40.31 MB)
01 Formatting Values.mp4 (21.06 MB)
02 Internationalization.mp4 (30.13 MB)
03 Resource Bundles.mp4 (16.1 MB)
01 Introduction to Modules.mp4 (16.32 MB)
02 Designing Modular App.mp4 (45.03 MB)
03 Compiling and Running Modular App.mp4 (48.22 MB)
04 Build-in Modules.mp4 (4.99 MB)
05 Command Line Operations.mp4 (13.46 MB)
06 Named, Automatic and Unnamed Modules.mp4 (11.72 MB)
07 Migration Strategies.mp4 (9.24 MB)
01 Thread Concurrency.mp4 (15.89 MB)
02 Creating a Thread (intro).mp4 (17.29 MB)
03 Creating a Thread (examples).mp4 (24.51 MB)
04 Using Concurrency API.mp4 (37.34 MB)
05 Atomic Classes.mp4 (27.69 MB)
06 Synchronized Block.mp4 (16.18 MB)
07 Using CyclicBarrier.mp4 (22.65 MB)
08 Concurrent Collections.mp4 (11.42 MB)
09 Threading Problems.mp4 (9.59 MB)
01 Working With Files.mp4 (52.07 MB)
02 Console Class.mp4 (25.15 MB)
03 Serialization.mp4 (48.75 MB)
01 Introduction to JDBC.mp4 (11.48 MB)
02 Connecting to a Database.mp4 (10.74 MB)
03 Using PreparedStatement.mp4 (24.84 MB)
04 Using CallableStatement.mp4 (20.11 MB)
05 Resource Leaks.mp4 (6.7 MB)]
Screenshot