Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Embark on your journey to become an Oracle Certified Java SE 17 Developer with our comprehensive specialization, meticulously crafted to ensure your success in the Java 1Z0-829 exam. With over 21 hours of intensive instruction, this specialization not only prepares you for certification but also enhances your overall Java programming skills. Led by Simon Roberts, a pioneer in Java certification, you'll explore key topics such as data types, program flow, object-oriented programming, and more, all structured to align with the exam's objectives. Each course includes a "Question Deep Dive" to simulate real exam scenarios, boosting your confidence and readiness.
Syllabus
- Course 1: Java SE 17 Developer (1Z0-829): Unit 1
- Course 2: Java SE 17 Developer (1Z0-829): Unit 2
- Course 3: Java SE 17 Developer (1Z0-829): Unit 3
- Course 4: Java SE 17 Developer (1Z0-829): Unit 4
- Course 5: Java SE 17 Developer (1Z0-829): Unit 5
- Course 6: Java SE 17 Developer (1Z0-829): Unit 6
- Course 7: Java SE 17 Developer (1Z0-829): Unit 7
- Course 8: Java SE 17 Developer (1Z0-829): Unit 8
- Course 9: Java SE 17 Developer (1Z0-829): Unit 9
Courses
-
Unlock the full potential of Java programming with our comprehensive course designed to elevate your skills in handling date, time, text, numeric, and Boolean data. This course meticulously covers the essentials, from mastering primitives and wrapper classes to leveraging the powerful Date/Time API introduced in Java 8. Dive deep into the intricacies of String manipulation, explore the innovative text block feature, and gain proficiency in using StringBuilder for efficient text handling. Our expertly crafted lessons will guide you through the complexities of Java operators, type promotion, and casting, ensuring you understand the nuances of arithmetic and Boolean expressions. By the end of this course, you will have a solid foundation in managing data types and expressions, empowering you to write more efficient and effective Java code. Join us to enhance your programming expertise and stay ahead in the ever-evolving world of Java development.
-
Elevate your Java programming skills with our in-depth course focused on mastering program flow control and exception handling. This course is meticulously designed to help you gain a comprehensive understanding of Java's control structures, including the four essential loops: while, do-while, C-style for, and enhanced for loops. You'll learn to implement effective decision-making with if/else statements and explore the versatility of switch statements in both traditional and modern forms. Our lessons guide you through the intricacies of managing program flow using break and continue statements, ensuring you can write clean and efficient code. Additionally, delve into the world of exception handling with a thorough exploration of try-catch-finally constructs, try-with-resources, and multi-catch blocks. Learn to create custom exceptions by subclassing throwable, empowering you to handle unique problems in your code. By the end of this course, you'll be equipped with the skills to control program flow and manage exceptions effectively, enhancing your ability to develop robust Java applications.
-
Embark on a transformative journey through our comprehensive course designed to master the Java Object-Oriented Approach. This course meticulously covers the essentials, from declaring and instantiating Java objects, including nested class objects, to understanding the complete object lifecycle and garbage collection. Delve into the creation of classes and records, mastering instance and static fields, methods, and constructors. Our expertly crafted lessons will guide you through implementing overloading, understanding variable scopes, and applying encapsulation to create immutable objects. Gain proficiency in inheritance, including abstract and sealed classes, and enhance your skills in method overriding and polymorphism. Explore the power of interfaces, functional interfaces, and enumerations, and learn to utilize private, static, and default interface methods. By the end of this course, you will have a robust understanding of Java's object-oriented principles, empowering you to develop sophisticated and efficient Java applications. Join us to elevate your programming expertise and stay ahead in the dynamic world of Java development.
-
Unlock the power of Java's data structures and generics with our comprehensive online course, designed to enhance your programming capabilities. This course delves into the intricacies of Java arrays and collections, guiding you through their instantiation, initialization, and manipulation. You'll learn how to efficiently manage data using arrays and explore the utility methods provided by the Arrays class. Our lessons provide a thorough overview of the Collections API, covering key interfaces such as Iterable, Collection, List, Set, Deque, and Map. You'll gain the skills to add, remove, update, retrieve, and sort elements within these collections. Additionally, the course covers sorting techniques, including the use of comparator objects and factory methods. A significant focus is placed on Java generics, where you'll understand type erasure, type inferencing, and how to create and use generic types and methods. By the end of this course, you'll be proficient in using Java's powerful data structures and generics, enabling you to write more efficient and flexible code.
-
Dive into the world of functional programming with our comprehensive course on Java Streams and Lambda Expressions. This course is designed to transform your approach to Java programming by introducing you to the Streams API, a powerful tool for processing data in a functional style. You'll explore the core concepts of streams, including terminal methods and the principle of laziness, which allow for efficient data processing. Our lessons will guide you through the intricacies of Lambda expressions, covering syntax variations and their application within functional interfaces. You'll gain hands-on experience with method references and learn to implement functional programming techniques to supply, filter, map, consume, and sort data. The course also delves into advanced topics like decomposition, reduction, and the use of collectors for grouping and partitioning. Additionally, you'll explore the use of parallel streams to process collections concurrently, leveraging parallel computing hardware for enhanced performance. By the end of this course, you'll be equipped with the skills to write more efficient, scalable, and modern Java code.
-
Enhance your Java development skills with our specialized online course focused on mastering the Java Platform Module System. This course is meticulously crafted to guide you through the complexities of grouping, packaging, and deploying Java code using the module system. You'll learn to define modules and their dependencies, ensuring seamless integration and interaction between different parts of your application. Our lessons cover essential command-line operations for compiling and executing modular programs, highlighting the differences from non-modular systems. You'll gain insights into writing modular code, making your modules accessible, and controlling reflection capabilities. Additionally, the course delves into defining and using services, as well as the intricacies of project migration using unnamed and automatic modules. By the end of this course, you'll be proficient in producing modular and non-modular JARs, creating runtime images, and leveraging the full potential of the Java module system to build scalable and maintainable applications.
-
Step into the world of concurrent programming with our specialized course designed to master Java's threading and concurrency capabilities. This course delves into the essentials of creating and managing worker threads using Runnable and Callable interfaces, providing you with the skills to efficiently handle concurrent code execution. You'll explore the lifecycle of threads and the automation provided by various executor services and the concurrent API, ensuring you can manage tasks effectively. Our lessons cover the intricacies of thread pooling, task submission, and lifecycle management, including shutdown procedures and task completion monitoring. Additionally, you'll gain a deep understanding of developing thread-safe code, tackling common challenges such as race conditions, deadlocks, and livelocks. The course provides practical insights into using Java's concurrency APIs, including blocking queues, concurrent collections, and synchronization mechanisms, to create robust and efficient multi-threaded applications. By the end of this course, you'll be equipped with the knowledge and skills to harness the full potential of Java's concurrency features, enabling you to build scalable and responsive applications.
-
Unlock the full potential of Java's data management capabilities with our comprehensive online course focused on JDBC and Java I/O APIs. This course is meticulously designed to equip you with the skills needed to seamlessly connect Java applications to SQL databases using JDBC. You'll learn to create connections, execute basic, prepared, and callable statements, and process query results efficiently. Our lessons emphasize transaction control and the importance of prepared statements in preventing SQL injection attacks. Additionally, the course delves into the Java I/O API, where you'll master reading and writing data to the console and files using various streams, readers, and writers. You'll explore the serialization and deserialization of Java objects, gaining insights into customizing these processes. The course also covers the Java NIO package, providing you with the tools to create, traverse, and manipulate path objects and their properties. By the end of this course, you'll be proficient in managing data flow between Java applications and external systems, enhancing your ability to build robust and efficient applications.
-
Elevate your Java applications to a global standard with our specialized course focused on implementing localization. This course is designed to provide you with the skills necessary to create applications that cater to diverse linguistic and cultural audiences. You'll learn to implement localization using Java's robust support for locales, enabling your applications to adapt to different languages and regional settings seamlessly. Our lessons will guide you through the process of using resource bundles to manage and present user interface elements like messages and labels in the user's preferred language. You'll gain expertise in formatting messages, dates, times, and numbers, including currency and percentage values, to ensure they are displayed correctly according to local conventions. By the end of this course, you'll be equipped with the knowledge to build Java applications that are not only functional but also culturally aware and user-friendly, expanding your reach to a global audience.
Taught by
Pearson and Simon Roberts