Companies Home Search Profile

Pearson - Java SE 17 Developer (1Z0-829)

Focused View

21:40:13

94 View
  • 001. Java SE 17 Developer (1Z0-829) Introduction.mp4
    06:15
  • 001. Learning objectives.mp4
    00:52
  • 002. 1.1 Java operators - part 1.mp4
    10:06
  • 003. 1.2 Java operators - part 2.mp4
    10:48
  • 004. 1.3 Promotions.mp4
    12:30
  • 005. 1.4 Casting.mp4
    05:25
  • 006. 1.5 Wrapper classes.mp4
    06:41
  • 007. 1.6 Primitives, references, and aliasing.mp4
    12:48
  • 008. 1.7 Question deep dive.mp4
    06:27
  • 001. Learning objectives.mp4
    00:44
  • 002. 2.1 String and StringBuilder.mp4
    06:25
  • 003. 2.2 Methods of the String class.mp4
    07:05
  • 004. 2.3 Text blocks.mp4
    16:06
  • 005. 2.4 Methods of the StringBuilder class.mp4
    05:05
  • 006. 2.5 Question deep dive.mp4
    04:10
  • 001. Learning objectives.mp4
    00:23
  • 002. 3.1 Date-time API foundations - part 1.mp4
    09:45
  • 003. 3.2 Date-time API foundations - part 2.mp4
    09:59
  • 004. 3.3 Manipulating date-time objects.mp4
    10:06
  • 005. 3.4 Time-zone considerations - part 1.mp4
    07:34
  • 006. 3.5 Time-zone considerations - part 2.mp4
    10:15
  • 007. 3.6 Time-zone considerations - part 3.mp4
    08:03
  • 008. 3.7 Question deep dive.mp4
    02:40
  • 001. Learning objectives.mp4
    00:44
  • 002. 4.1 Simple loops.mp4
    11:16
  • 003. 4.2 Control using break and continue.mp4
    07:10
  • 004. 4.3 Using ifelse statements.mp4
    03:22
  • 005. 4.4 Using switch statements.mp4
    04:41
  • 006. 4.5 The arrow form of switch.mp4
    11:31
  • 007. 4.6 Expressions with switch.mp4
    16:03
  • 008. 4.7 Question deep dive.mp4
    06:56
  • 001. Learning objectives.mp4
    00:35
  • 002. 5.1 Flow control with trycatchfinally.mp4
    18:32
  • 003. 5.2 Flow control with try-with-resources.mp4
    04:00
  • 004. 5.3 Multi-catch and rethrowing.mp4
    04:58
  • 005. 5.4 Implementing AutoCloseable - part 1.mp4
    10:09
  • 006. 5.5 Implementing AutoCloseable - part 2.mp4
    09:55
  • 007. 5.6 Question deep dive.mp4
    05:58
  • 001. Learning objectives.mp4
    00:22
  • 002. 6.1 Subclassing Throwable types.mp4
    03:15
  • 003. 6.2 Question deep dive.mp4
    03:11
  • 001. Learning objectives.mp4
    00:40
  • 002. 7.1 Source files and basic type declarations.mp4
    10:29
  • 003. 7.2 Nested type declarations.mp4
    08:31
  • 004. 7.3 Inner class declarations - part 1.mp4
    07:06
  • 005. 7.4 Inner class declaration - part 2.mp4
    15:22
  • 006. 7.5 Local and anonymous class declarations.mp4
    09:45
  • 007. 7.6 Reachability analysis.mp4
    12:59
  • 008. 7.7 Question deep dive.mp4
    04:14
  • 001. Learning objectives.mp4
    00:49
  • 002. 8.1 Instance and static fields - part 1.mp4
    08:53
  • 003. 8.2 Instance and static fields - part 2.mp4
    12:09
  • 004. 8.3 Instance and static methods - part 1.mp4
    08:57
  • 005. 8.4 Instance and static methods - part 2.mp4
    11:09
  • 006. 8.5 Variable length argument handling.mp4
    03:10
  • 007. 8.6 Overloaded and overridden methods - part 1.mp4
    09:24
  • 008. 8.7 Overloaded and overridden methods - part 2.mp4
    12:29
  • 009. 8.8 Defining records.mp4
    12:03
  • 010. 8.9 Features of records.mp4
    14:27
  • 011. 8.10 Question deep dive.mp4
    03:34
  • 001. Learning objectives.mp4
    00:26
  • 002. 9.1 Static initialization.mp4
    04:33
  • 003. 9.2 Instance initialization.mp4
    12:13
  • 004. 9.3 Question deep dive.mp4
    02:44
  • 001. Learning objectives.mp4
    00:39
  • 002. 10.1 Rules of scope.mp4
    09:44
  • 003. 10.2 Access control modifiers.mp4
    04:57
  • 004. 10.3 Encapsulation requirements.mp4
    10:08
  • 005. 10.4 Immutability requirements.mp4
    06:22
  • 006. 10.5 Question deep dive.mp4
    04:39
  • 001. Learning objectives.mp4
    00:22
  • 002. 11.1 Using var for regular variables.mp4
    03:31
  • 003. 11.2 Additional uses and restrictions of var.mp4
    05:51
  • 004. 11.3 Question deep dive.mp4
    03:02
  • 001. Learning objectives.mp4
    00:46
  • 002. 12.1 Subclass declaration.mp4
    07:27
  • 003. 12.2 Subclass initialization.mp4
    07:43
  • 004. 12.3 Abstract class constraints.mp4
    01:36
  • 005. 12.4 Sealed type hierarchies.mp4
    13:45
  • 006. 12.5 Special cases in sealed type hierarchies.mp4
    08:44
  • 007. 12.6 Question deep dive.mp4
    03:37
  • 001. Learning objectives.mp4
    01:03
  • 002. 13.1 Object and reference type.mp4
    11:41
  • 003. 13.2 Pattern matching in instanceof.mp4
    09:17
  • 004. 13.3 Additional topics in pattern-matched instanceof.mp4
    10:06
  • 005. 13.4 Possible and impossible casts.mp4
    06:09
  • 006. 13.5 Virtual method invocation.mp4
    06:01
  • 007. 13.6 Covariant returns.mp4
    02:27
  • 008. 13.7 Question deep dive.mp4
    02:54
  • 001. Learning objectives.mp4
    00:50
  • 002. 14.1 Interfaces, methods and functional interfaces.mp4
    11:26
  • 003. 14.2 Interface implementation.mp4
    04:30
  • 004. 14.3 Default method resolution.mp4
    09:14
  • 005. 14.4 Question deep dive.mp4
    02:49
  • 001. Learning objectives.mp4
    00:24
  • 002. 15.1 Enum values and initialization.mp4
    06:02
  • 003. 15.2 Enum fields and methods.mp4
    05:14
  • 004. 15.3 Question deep dive.mp4
    03:04
  • 001. Learning objectives.mp4
    01:02
  • 002. 16.1 Fundamentals of generics.mp4
    19:01
  • 003. 16.2 Declaring generic types and methods.mp4
    09:50
  • 004. 16.3 Using bounds and wildcards.mp4
    16:21
  • 005. 16.4 Question deep dive.mp4
    04:56
  • 001. Learning objectives.mp4
    00:55
  • 002. 17.1 Arrays, and methods of Collection, List, and Set - part 1.mp4
    20:05
  • 003. 17.2 Arrays, and methods of Collection, List, and Set - part 2.mp4
    10:23
  • 004. 17.3 Methods of Deque and Map.mp4
    14:46
  • 005. 17.4 Question deep dive.mp4
    04:54
  • 001. Learning objectives.mp4
    00:37
  • 002. 18.1 Comparison methods and interfaces.mp4
    04:45
  • 003. 18.2 Sorting arrays and Collections.mp4
    02:38
  • 004. 18.3 Comparator factories and decorators.mp4
    12:34
  • 005. 18.4 Question deep dive.mp4
    02:29
  • 001. Learning objectives.mp4
    00:45
  • 002. 19.1 Lambda expression syntax variations.mp4
    12:08
  • 003. 19.2 Lambda expression contexts.mp4
    06:05
  • 004. 19.3 Core functional interfaces.mp4
    10:35
  • 005. 19.4 Method references.mp4
    12:16
  • 006. 19.5 Question deep dive.mp4
    04:45
  • 001. Learning objectives.mp4
    00:44
  • 002. 20.1 The monad-like methods.mp4
    08:41
  • 003. 20.2 Stream utilities.mp4
    17:24
  • 004. 20.3 Simple terminal methods and laziness.mp4
    10:09
  • 005. 20.4 Question deep dive.mp4
    03:32
  • 001. Learning objectives.mp4
    00:58
  • 002. 21.1 Collection and reduction - part 1.mp4
    13:09
  • 003. 21.2 Collection and reduction - part 2.mp4
    06:43
  • 004. 21.3 Grouping and partitioning with Collectors.mp4
    06:33
  • 005. 21.4 Downstream operations with Collectors.mp4
    09:10
  • 006. 21.5 Parallel stream operation.mp4
    07:21
  • 007. 21.6 Question deep dive.mp4
    03:53
  • 001. Learning objectives.mp4
    00:39
  • 002. 22.1 Module compilation.mp4
    13:16
  • 003. 22.2 Module execution.mp4
    08:48
  • 004. 22.3 Question Deep Dive.mp4
    02:05
  • 001. Learning objectives.mp4
    00:33
  • 002. 23.1 Exports and requires directives.mp4
    13:10
  • 003. 23.2 Provides, uses, open and opens directives.mp4
    16:08
  • 004. 23.3 Question Deep Dive.mp4
    02:41
  • 001. Learning objectives.mp4
    00:14
  • 002. 24.1 Project Migration - Part 1.mp4
    11:02
  • 003. 24.2 Project Migration - Part 2.mp4
    09:02
  • 004. 24.3 Command-line utilities.mp4
    20:45
  • 005. 24.4 Question Deep Dive.mp4
    04:17
  • 001. Learning objectives.mp4
    00:52
  • 002. 25.1 Runnable and Thread.mp4
    13:57
  • 003. 25.2 ExecutorService and Future.mp4
    09:22
  • 004. 25.3 ExecutorService lifecycle - part 1.mp4
    12:00
  • 005. 25.4 ExecutorService lifecycle - part 2.mp4
    08:24
  • 006. 25.5 Question Deep Dive.mp4
    04:33
  • 001. Learning objectives.mp4
    00:54
  • 002. 26.1 Race conditions, deadlock, and livelock.mp4
    12:20
  • 003. 26.2 Transactional integrity.mp4
    12:32
  • 004. 26.3 Visibility.mp4
    16:49
  • 005. 26.4 Concurrent queues and collections.mp4
    10:23
  • 006. 26.5 Synchronizers, locks, and atomic types - part 1.mp4
    14:00
  • 007. 26.6 Synchronizers, locks, and atomic types - part 2.mp4
    15:57
  • 008. 26.7 Question Deep Dive.mp4
    01:26
  • 001. Learning objectives.mp4
    00:54
  • 002. 27.1 Making the connection.mp4
    06:23
  • 003. 27.2 Statement and ResultSet.mp4
    12:29
  • 004. 27.3 PreparedStatement.mp4
    11:39
  • 005. 27.4 Question deep dive.mp4
    02:43
  • 001. Learning objectives.mp4
    00:32
  • 002. 28.1 Input and Output streams, Reader and Writer.mp4
    05:19
  • 003. 28.2 BufferedReader, PrintWriter, Scanner and Charset conversions.mp4
    05:21
  • 004. 28.3 Question Deep Dive.mp4
    01:17
  • 001. Learning objectives.mp4
    00:28
  • 002. 29.1 Default serialization.mp4
    09:29
  • 003. 29.2 Customizing serialization.mp4
    05:49
  • 004. 29.3 Question Deep Dive.mp4
    05:05
  • 001. Learning objectives.mp4
    00:44
  • 002. 30.1 Files methods - part 1.mp4
    08:47
  • 003. 30.2 Files methods - part 2.mp4
    13:14
  • 004. 30.3 Working with Channel.mp4
    07:36
  • 005. 30.4 Question Deep Dive.mp4
    05:12
  • 001. Learning objectives.mp4
    00:29
  • 002. 31.1 Parsing, formatting, and locale.mp4
    12:45
  • 003. 31.2 ResourceBundle and data lookup.mp4
    11:37
  • 004. 31.3 Question Deep Dive.mp4
    02:07
  • 001. Module introduction.mp4
    00:43
  • 001. Module introduction.mp4
    00:44
  • 001. Module introduction.mp4
    01:44
  • 001. Module introduction.mp4
    00:43
  • 001. Module introduction.mp4
    00:54
  • 001. Module introduction.mp4
    00:41
  • 001. Module introduction.mp4
    00:45
  • 001. Module introduction.mp4
    00:53
  • 001. Module introduction.mp4
    00:24
  • 001. Java SE 17 Developer (1Z0-829) Summary.mp4
    01:27
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Pearson's video training library is an indispensable learning tool for today's competitive job market. Having essential technology training and certifications can open doors for career advancement and life enrichment. We take learning personally. We've published hundreds of up-to-date videos on wide variety of key topics for Professionals and IT Certification candidates. Now you can learn from renowned industry experts from anywhere in the world, without leaving home.
    • language english
    • Training sessions 190
    • duration 21:40:13
    • Release Date 2023/09/26

    Courses related to Java

    Subtitle
    Java Basics
    Treehouse Craig Dennis
    Craig Dennis
    Java Basics
    58:40
    English subtitles
    04/10/2023
    Subtitle
    Java Data Structures
    TreehouseJava Data Structures
    3:44:46
    English subtitles
    04/11/2023