Топ-100 | Обзор | Комменты | Новости | RSS RSS | Поиск | Хочу! | Добавить ссылки | О сайте | FAQ | Профиль
RapidLinks - Скачай всё!
  

Сайт продаётся, вдруг нужен кому? Надоел :) Писать знаете куда.

Java 25 Ready Java 8-25 Spring Boot 3 - In Simple Terms

Java 25 Ready Java 8-25   Spring Boot 3 - In Simple Terms



ВидеоВидео Рейтинг публикации: 0 (голосов: 0)  
https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg
11.49 GB | 1h 2min 26s | mp4 | 1280X720 | 16:9
Genre: eLearning | Language : English

Files Included :
1 Cloning Advanced Java repo.mp4 (8.45 MB)
2 Cloning Spring Boot repos.mp4 (4.36 MB)
1 Lambdas - Introduction.mp4 (68.08 MB)
2 Lambdas - using a custom Functional Interface (in code).mp4 (25.25 MB)
3 Lambdas - using Predicate (in code).mp4 (46.07 MB)
4 API Functional Interfaces - Predicate and BiPredicate.mp4 (9.88 MB)
5 API Functional Interfaces - Supplier.mp4 (9.72 MB)
6 API Functional Interfaces - Consumer and BiConsumer.mp4 (37.56 MB)
7 API Functional Interfaces - Function and BiFunction.mp4 (19.87 MB)
8 API Functional Interfaces - UnaryOperator and BinaryOperator.mp4 (27.83 MB)
9 Lambdas - final and 'effectively final'.mp4 (16.34 MB)
10 Method References.mp4 (19.26 MB)
11 Bound Method References.mp4 (20.12 MB)
12 Unbound Method References.mp4 (20.31 MB)
13 Static Method References.mp4 (13.48 MB)
14 Constructor Method References.mp4 (12.1 MB)
15 The Importance of Context for Method References.mp4 (54.79 MB)
16 1 Solution-Lambdas Lab.mp4 (224.25 MB)
17 2 Solution-LambdasAndMethodReferences Solutions.mp4 (173.42 MB)
1 Introduction and Stream Pipelines.mp4 (33.53 MB)
2 Stream Laziness.mp4 (51.52 MB)
3 Creating Streams.mp4 (73.18 MB)
4 Terminal Operations.mp4 (31.98 MB)
5 Terminal Operations - reduce().mp4 (43.76 MB)
6 Terminal Operations - collect().mp4 (9.66 MB)
7 Terminal Operations - collect() - Collectors toMap().mp4 (33.27 MB)
8 Terminal Operations - collect() - Collectors groupingBy().mp4 (16 MB)
9 Terminal Operations - collect() - Collectors partitioningBy().mp4 (7.68 MB)
10 Intermediate Operations - filter(), distinct(), limit().mp4 (52.27 MB)
11 Intermediate Operations - map(), flatMap(), sorted().mp4 (50.57 MB)
12 Primitive Streams - Creating.mp4 (16.76 MB)
13 Primitive Streams - API.mp4 (17.87 MB)
14 Primitive Streams - Functional Interfaces.mp4 (15.16 MB)
15 Primitive Streams - Mapping Streams.mp4 (30.03 MB)
16 Code - mappingObjectStreams().mp4 (14.77 MB)
17 Code - mappingPrimitiveStreams().mp4 (15.98 MB)
18 Optionals.mp4 (28.13 MB)
19 Parallel Streams.mp4 (17.31 MB)
20 3 Solution-Java Streams API Sample Questions v2.mp4 (418.5 MB)
1 Collections - Introduction.mp4 (19.61 MB)
2 Common Collection Methods in Code.mp4 (17.83 MB)
3 List.mp4 (23.17 MB)
4 Lists in Code.mp4 (50.36 MB)
5 Set.mp4 (6.02 MB)
6 Sets in Code.mp4 (26.67 MB)
7 Maps.mp4 (16.84 MB)
8 Maps in Code.mp4 (44.51 MB)
9 Queue and Deque.mp4 (13.3 MB)
10 Queue and Deque in Code.mp4 (44.99 MB)
11 PriorityQueue.mp4 (14.98 MB)
12 Avoiding exceptions while looping over Collections.mp4 (60.13 MB)
13 Sorting - Comparable and Comparator.mp4 (86.5 MB)
14 Code Comparable - Product.mp4 (9.65 MB)
15 Code Comparable and Comparator - Sorting Arrays and Lists - Dog.mp4 (35.53 MB)
16 Code Sorting by Multiple Fields.mp4 (5.96 MB)
17 Code TreeSet Comparable issue - how to resolve with Comparator.mp4 (26.63 MB)
18 Code Binary Search.mp4 (41.41 MB)
19 Generics - Introduction.mp4 (25.15 MB)
20 Generics - polymorphism, extends, super.mp4 (53.61 MB)
21 Generics - super and extends (in detail).mp4 (145.5 MB)
22 Generic Classes and Interfaces.mp4 (29.64 MB)
23 Generic Methods.mp4 (16.15 MB)
24 equals().mp4 (39.86 MB)
25 hashCode().mp4 (30.64 MB)
26 Hashing in code.mp4 (44.86 MB)
27 Watch out for mutable fields in hashing.mp4 (16.28 MB)
28 4 Solution-Maps to Maps (using merge).mp4 (48.53 MB)
1 Introduction.mp4 (13.39 MB)
2 Creating Threads.mp4 (17.35 MB)
3 sleep() and join().mp4 (14.9 MB)
4 ExecutorService (Introduction).mp4 (53.64 MB)
5 ExecutorService (code).mp4 (14.7 MB)
6 Submitting Task Collections (code).mp4 (26.28 MB)
7 Scheduling Tasks.mp4 (39.86 MB)
8 Thread Safety - Introduction.mp4 (1.67 MB)
9 Data Race Demo.mp4 (6.15 MB)
10 Atomic Classes.mp4 (8.85 MB)
11 AtomicInteger example (code).mp4 (5.37 MB)
12 synchronized keyword.mp4 (10.31 MB)
13 synchronized example (code).mp4 (37.26 MB)
14 Lock interface.mp4 (12.19 MB)
15 Lock example (code).mp4 (7.32 MB)
16 Concurrent Collections - Introduction.mp4 (7.93 MB)
17 Concurrent Collections - API.mp4 (1.84 MB)
18 Concurrent Collections - SkipList Collections.mp4 (7.92 MB)
19 Concurrent Collections - CopyOnWriteCollections.mp4 (37.64 MB)
20 Concurrent Collections - BlockingQueue.mp4 (7.28 MB)
21 Concurrent Collections - synchronized collections.mp4 (14.14 MB)
22 Concurrency - Threading problems - Race Condition.mp4 (35.38 MB)
23 Concurrency - Threading problems - Deadlock.mp4 (14.29 MB)
24 Concurrency - Threading problems - Livelock and Starvation.mp4 (6.66 MB)
1 Introduction and Creating locales.mp4 (35.99 MB)
2 Localising Numbers and Currencies (Introduction).mp4 (4.54 MB)
3 Localising Numbers and Currencies.mp4 (42.78 MB)
4 Localising numbers using custom formats.mp4 (11.46 MB)
5 Localising Dates.mp4 (12 MB)
6 Locale Category enums.mp4 (13.9 MB)
7 Resource Bundles, Property Files and Searching.mp4 (19.02 MB)
8 Resource Bundle Searching - Example.mp4 (50.99 MB)
1 JDBC Introduction.mp4 (8.57 MB)
2 Banking Example Setup.mp4 (12.72 MB)
3 Connecting to a Database.mp4 (14.89 MB)
4 PreparedStatement.mp4 (14.58 MB)
5 BankService - SELECT one.mp4 (41.47 MB)
6 BankService - SELECT all.mp4 (10.7 MB)
7 Bank Service DELETE oneall.mp4 (11.94 MB)
8 BankService - INSERT.mp4 (11.68 MB)
9 BankService - UPDATE.mp4 (15.85 MB)
10 CallableStatement.mp4 (45.7 MB)
11 Resource Leaks.mp4 (3.57 MB)
1 IO.mp4 (112.29 MB)
2 NIO 2.mp4 (492.42 MB)
1 Local Variable Type Inference (LVTI).mp4 (63.59 MB)
1 Private Interface Methods.mp4 (43.79 MB)
1 Annotations.mp4 (296.33 MB)
1 Security.mp4 (186.23 MB)
1 Introduction.mp4 (48.29 MB)
2 Compiler and Runtime flags.mp4 (10.34 MB)
3 Hello World Example.mp4 (19.73 MB)
4 Dependencies.mp4 (25.62 MB)
5 opens and requires transitive.mp4 (21.48 MB)
6 Operations on a Module.mp4 (34.49 MB)
7 Services.mp4 (19.21 MB)
8 Services - SoftDrink Example.mp4 (53.66 MB)
9 Types of Modules.mp4 (36.33 MB)
10 Migration Strategies.mp4 (35.42 MB)
1 Java 17 Introduction.mp4 (1.66 MB)
1 Sealed classes and interfaces.mp4 (15.96 MB)
1 Records.mp4 (141.61 MB)
1 switch expressions and pattern matching.mp4 (79.42 MB)
1 Text blocks.mp4 (88.98 MB)
1 5 Solution-Java 17 Assignment.mp4 (148.77 MB)
1 Java 21 Introduction.mp4 (42.92 MB)
2 IDE and javac.mp4 (15.4 MB)
1 Unnamed Classes and Instance Main Methods (preview).mp4 (52.14 MB)
2 Unnamed Classes and Instance Main Methods (Code).mp4 (16.58 MB)
1 Record Patterns.mp4 (29.89 MB)
2 Record Patterns (in code).mp4 (37.41 MB)
1 Pattern Matching for Switch.mp4 (91.97 MB)
2 Pattern Matching for Switch (code).mp4 (54.42 MB)
1 Sequenced Collections.mp4 (21.61 MB)
2 Java 21 - Sequenced Collections (Code).mp4 (50.74 MB)
1 Virtual Threads.mp4 (53.22 MB)
1 6 Solution-Java 21 - Assignment Solution.mp4 (120.56 MB)
1 Introduction.mp4 (32.83 MB)
1 Unnamed Variables and Patterns.mp4 (59.19 MB)
1 Markdown Documentation Comments.mp4 (80.14 MB)
1 Module Import Declarations.mp4 (57.41 MB)
1 Compact Source Files and Instance Main Methods.mp4 (43.29 MB)
1 Flexible Constructor Bodies.mp4 (93.85 MB)
1 Scoped Values (Motivation).mp4 (25.5 MB)
2 ThreadLocal (Code).mp4 (25.72 MB)
3 Scoped Values (Code).mp4 (46.58 MB)
1 Introduction.mp4 (60.03 MB)
2 Built-In Gatherers Code Example.mp4 (17.64 MB)
3 Distinct By Key Code Example.mp4 (104.25 MB)
4 Drop Consecutive Duplicates By Key Code Example.mp4 (59.36 MB)
5 Short Circuit Code Example.mp4 (44.1 MB)
6 Stateless Code Example.mp4 (45.04 MB)
7 Finisher Code Example.mp4 (47.89 MB)
8 Combiner Code Example.mp4 (36.48 MB)
1 Application Architecture.mp4 (12.78 MB)
2 Spring Boot Setup (start spring io).mp4 (27.9 MB)
3 H2 Database Configuration.mp4 (20.18 MB)
4 High-level Packages and ApplicationContext Overview.mp4 (8.27 MB)
5 Controller Layer Overview.mp4 (20.33 MB)
6 Service Layer Overview.mp4 (26.74 MB)
7 Repository Layer Overview.mp4 (15.05 MB)
8 Car Application - POST (add).mp4 (109.27 MB)
9 Car Application - GET (retrieve).mp4 (55.54 MB)
10 Car Application - PUT (update).mp4 (31.86 MB)
11 Car Application - DELETE (remove).mp4 (32.08 MB)
12 Car Application - HEAD (as with GET but no response body returned).mp4 (5.93 MB)
13 Car Application - OPTIONS (Allow header in response contains verbs allowed).mp4 (23.4 MB)
14 Query by Car Type.mp4 (25.28 MB)
15 Gotchas.mp4 (21.08 MB)
16 Adding Hypermedia As The Engine Of Application State (HATEOAS).mp4 (62.35 MB)
18 Assignment Solution - Configuration.mp4 (17.69 MB)
19 Assignment Solution - Packages Overview and Entity Bean.mp4 (25.46 MB)
20 Assignment Solution - adding books (POST).mp4 (44.02 MB)
21 Assignment Solution - retrieving books (GET).mp4 (69.28 MB)
22 Assignment Solution - deleting books (DELETE).mp4 (30.93 MB)
23 Assignment Solution - updating a book (PUT).mp4 (45.87 MB)
24 Assignment Solution - custom query using queryrequest parameters.mp4 (47.96 MB)
25 Assignment Solution - 405 Method Not Allowed.mp4 (6.58 MB)
26 Assignment Solution - supporting OPTIONS.mp4 (10.38 MB)
1 Inheritance and Polymorphism (ocpjp v8 2 1722).mp4 (42.95 MB)
2 Object methods - equalshashCode (ocpjp v8 2 1298).mp4 (115.74 MB)
3 Object methods - equalshashCode (ocpjp v8 2 1808).mp4 (44.14 MB)
4 Inheritance and Polymorphism (ocpjp v8 2 1234).mp4 (4.74 MB)
5 Inheritance and Polymorphism (ocpjp v8 2 1531).mp4 (69.16 MB)
6 Object methods - equalshashCode (ocpjp v8 2 1332).mp4 (5.1 MB)
7 Inheritance and Polymorphism (ocpjp v8 2 1825).mp4 (101.15 MB)
8 Object methods - equalshashCode (ocpjp v8 2 1459).mp4 (67.79 MB)
9 Inheritance and Polymorphism (ocpjp v8 2 1088).mp4 (8.52 MB)
10 Singleton and Immutable Classes (ocpjp v8 2 1190).mp4 (1.07 MB)
11 Inheritance and Polymorphism (ocpjp v8 2 1593).mp4 (9.59 MB)
12 Inheritance and Polymorphism (ocpjp v8 2 1436).mp4 (7.8 MB)
13 Object methods - equalshashCode (ocpjp v8 2 1244).mp4 (29.33 MB)
14 Object methods - equalshashCode (ocpjp v8 2 1304).mp4 (114.21 MB)
15 Object methods - equalshashCode (ocpjp v8 2 1340).mp4 (66.62 MB)
16 Inheritance and Polymorphism - with diagrams - ocpjp v11 2 970.mp4 (5.81 MB)
1 Inner Classes (ocpjp v8 2 1893).mp4 (52.56 MB)
2 Enumerated Types (ocpjp v8 2 1508).mp4 (48.22 MB)
3 Enumerated Types (ocpjp v8 2 1463).mp4 (94.34 MB)
4 Abstract Classes (ocpjp v8 2 1763).mp4 (8.18 MB)
5 Enumerated Types (ocpjp v8 2 1437).mp4 (60.52 MB)
6 Inner Classes (ocpjp v8 2 1394).mp4 (24.41 MB)
7 Interfaces (ocpjp v8 2 1771).mp4 (11.3 MB)
8 Inner Classes (ocpjp v8 2 1383).mp4 (22.09 MB)
9 Enumerated Types (ocpjp v8 2 1388).mp4 (11.87 MB)
10 Inner Classes (ocpjp v8 2 1586).mp4 (10.32 MB)
11 Inner Classes (ocpjp v8 2 1550).mp4 (4.63 MB)
12 Enumerated Types (ocpjp v8 2 1461).mp4 (7.17 MB)
13 Enumerated Types (ocpjp v8 2 1457).mp4 (47.91 MB)
14 Abstract Classes (ocpjp v8 2 1527).mp4 (12.45 MB)
15 Inner Classes (ocpjp v8 2 1580).mp4 (52.06 MB)
1 Collection API (ocpjp v8 2 1300).mp4 (86.3 MB)
2 TreeSet (ocpjp v8 2 1471).mp4 (12.26 MB)
3 Collection API (ocpjp v8 2 1310).mp4 (24.25 MB)
4 Generic classes (ocpjp v8 2 1112).mp4 (7.54 MB)
5 Collection API (ocpjp v8 2 1511).mp4 (10.57 MB)
6 Deque (ocpjp v8 2 1133).mp4 (65.92 MB)
7 Maps (ocpjp v8 2 1380).mp4 (6.99 MB)
8 Deque (ocpjp v8 2 1131).mp4 (20.2 MB)
9 HashSet (ocpjp v8 2 1585).mp4 (7.49 MB)
10 Generic classes (ocpjp v8 2 1110).mp4 (14.76 MB)
11 HashSet (ocpjp v8 2 1513).mp4 (6.95 MB)
12 Collection API (ocpjp v8 2 1309).mp4 (70.31 MB)
13 Deque (ocpjp v8 2 1148).mp4 (30.49 MB)
14 ComparableComparator (ocpjp v8 2 1725).mp4 (25.2 MB)
15 Generic classes (ocpjp v8 2 1232).mp4 (10.71 MB)
16 Generic marker for ArrayList and Add() must match - ocpjp v11 2 1305.mp4 (2.85 MB)
1 Predicate (with code) - ocpjp v8 2 1784.mp4 (58.28 MB)
2 forEach(Consumer) operation (with code) - ocpjp v8 2 1801.mp4 (31.42 MB)
3 flatMap(Function) with diagrams and code - ocpjp v8 2 1886.mp4 (24.43 MB)
4 forEach(Consumer) using Immutable types (with diagrams) - ocpjp v8 2 1819.mp4 (39.63 MB)
5 IntFunction - ocpjp v8 2 1876.mp4 (5.81 MB)
6 Functional Interfaces (with code) - ocpjp v8 2 1863.mp4 (23.8 MB)
7 Method References in code - ocpjp v8 2 1800.mp4 (25.75 MB)
8 Lambdas relationship with Functional Interfaces - ocpjp v8 2 1806.mp4 (7.16 MB)
9 max() and reduce() operations (with code) - ocpjp v8 2 1793.mp4 (49.6 MB)
10 Lambdas relationship with Functional Interfaces (with code) - ocpjp v8 2 1807.mp4 (22.6 MB)
11 DoubleSupplier (with code) - ocpjp v8 2 1813.mp4 (38.16 MB)
12 Supplier's get() - with code - ocpjp v11 2 1814.mp4 (8.65 MB)
13 Function and Consumer - ocpjp v11 2 1817.mp4 (4.57 MB)
14 forEach(Consumer) - ocpjp v11 2 1818.mp4 (2.23 MB)
15 ToDoubleFunction - in API - ocpjp v11 2 3340.mp4 (17.02 MB)
16 Composing Consumers using andThen() - ocpjp v11 2 3339.mp4 (15.35 MB)
17 Function - with code examples - ocpjp v11 2 3319.mp4 (26.7 MB)
18 Defining the lambda is separate to executing it - ocpjp v11 2 3070.mp4 (5.2 MB)
1 IntStream average() method (with code) - ocpjp v8 2 2023.mp4 (19.92 MB)
2 sorted() and sorted(Comparator) with code - ocpjp v8 2 1762.mp4 (41.4 MB)
3 Downstream collectors (with code) - ocpjp v8 2 1804.mp4 (71.15 MB)
4 flatMap() with code and diagrams - ocpjp v8 2 1787.mp4 (110.82 MB)
5 Reductions (with code) - ocpjp v8 2 1738.mp4 (80.48 MB)
6 Optionals - ocpjp v8 2 1826.mp4 (27.49 MB)
7 Getting an average price (with code) - ocpjp v8 2 1809.mp4 (46.43 MB)
8 Collectors toMap() and BiConsumer (with code) - ocpjp v8 2 1846.mp4 (37.84 MB)
9 Collectors toMap() with code - ocpjp v8 2 1847.mp4 (19.58 MB)
10 An example where orElse() is useful (with code) - ocpjp v8 2 1810.mp4 (18.54 MB)
11 Optional ofNullable() with code - ocpjp v8 2 1849.mp4 (34.35 MB)
12 Consumer with side effects, lambdasmethod refs (with code) - ocpjp v8 2 1858.mp4 (37.75 MB)
13 sum() versus average() on empty streams (with code) - ocpjp v8 2 2024.mp4 (23.18 MB)
14 anyMatch() and noneMatch() with code - ocpjp v8 2 1840.mp4 (36.93 MB)
15 Terminal op starts streams, IllegalStateException (with code) - ocpjp v8 2 1841.mp4 (41.42 MB)
16 Comparing average() and sum() - ocpjp v11 2 2022.mp4 (3.8 MB)
17 Streams max() method - ocpjp v11 2 1792.mp4 (25.13 MB)
1 Duration - ocpjp v8 2 1741.mp4 (41.83 MB)
2 Duration between two ZonedDateTime's (with code) - ocpjp v8 2 2018.mp4 (20.76 MB)
3 Duration and Period examples (with code) - ocpjp v8 2 1743.mp4 (22.16 MB)
4 Instant (with code) - ocpjp v8 2 1760.mp4 (72.24 MB)
5 Daylight Savings Time (with code) - ocpjp v8 2 1749.mp4 (23.78 MB)
1 ResourceBundle searching - ocpjp v8 2 1154.mp4 (14.24 MB)
2 RescourceBundle searching (with code) - ocpjp v8 2 1768.mp4 (65.01 MB)
3 ResourceBundle searching - (ocpjp v8 2 1165).mp4 (14.56 MB)
4 ResourceBundle searching - (ocpjp v8 2 1152).mp4 (9.84 MB)
5 ResourceBundle searching (with code) - ocpjp v8 2 1201).mp4 (21.05 MB)
1 start() versus run() - ocpjp v8 2 1475.mp4 (7.79 MB)
2 synchronization and locks - ocpjp v8 2 1755.mp4 (5.23 MB)
3 starting a thread properly - ocpjp v8 2 1456.mp4 (6.8 MB)
4 deadlock - ocpjp v8 2 1482.mp4 (9.78 MB)
5 Non-deterministic behaviour - ocpjp v8 2 1483.mp4 (6.44 MB)
6 start() calls run() automatically - ocpjp v8 2 1728.mp4 (16.13 MB)
7 synchronized block - ocpjp v8 2 1317.mp4 (7.42 MB)
8 No main() method - ocpjp v8 2 1092.mp4 (4.7 MB)
9 synchronized methods release locks if they complete abruptly - ocpjp v8 2 1423.mp4 (4.09 MB)
10 Calling run() instead of start() - ocpjp v8 2 1548.mp4 (4.79 MB)
1 ConcurrentMap (with code) - ocpjp v8 2 1101.mp4 (25.11 MB)
2 ReadWriteLock (with code) - ocpjp v8 2 1104.mp4 (23 MB)
3 ReadWriteLock - ocpjp v8 2 1106.mp4 (3.17 MB)
4 ThreadLocalRandom - ocpjp v8 2 1108.mp4 (22.57 MB)
5 RecursiveAction - ocpjp v8 2 1238.mp4 (6.28 MB)
6 RecursiveAction and compute() with code - ocpjp v8 2 1241.mp4 (68.82 MB)
7 ExecutorService - ocpjp v8 2 1124.mp4 (2.6 MB)
8 ForkJoin framework - ocpjp v8 2 1260.mp4 (6.18 MB)
9 ForkJoin framework - ocpjp v8 2 1258.mp4 (18.51 MB)
10 ReentrantLocks - with code - ocpjp v11 2 3362.mp4 (17.43 MB)
11 lock() and tryLock() - with code - ocpjp v11 2 2009.mp4 (3.43 MB)
12 Runnable versus Callable - ocpjp v11 2 3514.mp4 (15.74 MB)
13 Executors newSingleThreadExecutor() - ocpjp v11 2 1142.mp4 (4.83 MB)
14 Asynchronous use of CallableFuture (in code) - ocpjp v11 2 1146.mp4 (13.85 MB)
15 Implementing Callable properly - ocpjp v11 2 1144.mp4 (8.89 MB)
16 Protecting a collection with a ReadWriteLock (with code) - ocpjp v11 2 1138.mp
  • Добавлено: 08/03/2026
  • Автор: 0dayhome
  • Просмотрено: 0
Ссылки: (для качалок)
Общий размер публикации: 11,51 ГБ
Еще Видео: (похожие ссылки)


Написать комментарий