This is an example of a simple banner

Training: JAVA SE 17 Programming I

Ref. JAVA17-01
Duration:
5
 jours
Exam:
Optionnel
Level:
Fondamental

JAVA SE 17 Programming I Training

This introductory course is designed for beginners in Java programming who want to learn the fundamental concepts, language structures, and data types of Java. It covers topics such as exception handling, lambda expressions, and modular programming. It is intended for those who wish to explore the basics of Java programming.

This training prepares you for the 1Z0-829 exam.

This 5-day course gives you all the essential knowledge to write Java code and define classes along with their hierarchy.

Participant Profiles

  • Programmers
  • Developers
  • Implementers
  • System Integrators
  • Systems Administrators

Objectives

  • Write Java code using variables, arrays, loop constructs, and conditional statements according to program objectives
  • Encapsulate a class using access modifiers and overloaded constructors
  • Manipulate numeric, text, and string data using appropriate Java operators
  • Create simple Java classes and use object references
  • Handle a checked exception in a Java application
  • Define and implement a simple class hierarchy that supports application requirements

Prerequisites

  • No prerequisites

Course Content

Module 1: What is a Java Program

  • Key features of the Java language
  • Java technology and development environment
  • Running and testing a Java program

Module 2: Creating a Java Main class

  • Java classes
  • The Main method
  • Adding a Main method

Module 3: Data in the Cart

  • Introducing variables
  • Working with strings
  • Working with numbers
  • Manipulating numeric data

Module 4: Managing Multiple Items

  • Working with conditions
  • Using IF statements
  • Relational and conditional operators
  • More ways to use IF/ELSE constructs
  • Using switch statements
  • Using the Netbeans debugger
  • Parsing the args array
  • Two-dimensional arrays
  • Alternate looping constructs
  • Nesting loops
  • The ArrayList class

Module 5: Describing Objects and Classes

  • Working with objects and classes
  • Defining fields and methods
  • Declaring, instantiating, and initializing objects
  • Working with object references
  • Doing more with arrays
  • Access control
  • Encapsulation
  • Overloading constructors

Module 6: Manipulating and Formatting the Data in Your Program

  • Using the String class
  • Using the Java API docs
  • Using the StringBuilder class
  • More about primitive data types
  • More numeric operators
  • Promoting and casting variables
  • Working with dates

Module 7: Creating and Using Methods

  •     Using methods
  •     Method arguments and return values
  •     Static methods and variables
  •     How arguments are passed to a method
  •     Overloading a method

Module 8: Using Inheritance

  • Overview
  • Working with subclasses and superclasses
  • Overriding methods in the superclass
  • Creating and extending abstract classes
  • Using Interfaces
  • Polymorphism
  • Polymorphism in the JDK foundation classes
  • Using interfaces
  • Local-variable type inference
  • Using the List interface
  • Introducing Lambda expressions

Module 9: Handling Exceptions

  • Overview
  • Propagation of exceptions
  • Catching and throwing exceptions
  • Handling multiple exceptions and errors

Module 10: Understanding Modules

  • The Module system
  • JARs
  • Module declarations
  • Modular JDK

Module 11: JShell

  • Testing code
  • JShell basics
  • JShell in an IDE

Documentation

  • Digital courseware included

Lab / Exercises

  • During the course participants are encouraged to actively participate in the learning experience by running example files during lectures and performing coding challenges during labs
  • Each lab session allows you to compare your solution to the instructor’s

Exam

  • This course prepares you to the 1Z0-829 exam. If you wish to take this exam, please contact our secretariat who will let you know the cost of the exam and will take care of all the necessary administrative procedures for you

Complementary Courses

Eligible Funding

ITTA is a partner of a continuing education fund dedicated to temporary workers. This fund can subsidize your training, provided that you are subject to the “Service Provision” collective labor agreement (CCT) and meet certain conditions, including having worked at least 88 hours in the past 12 months.

Additional Information

The importance of mastering Java SE 17 in today’s development

Java remains one of the most widely used programming languages worldwide. It is found in enterprise systems, mobile applications, and cloud solutions. Learning Java SE 17 means acquiring the skills needed to meet real market demands. Version 17 is a long-term support release, ensuring stability and durability for many future projects.

Companies are looking for developers capable of producing robust, maintainable, and secure code. Java SE 17 enables this through its recent enhancements, modular system, and modern tools such as JShell. Understanding these concepts positions you as a professional able to design reliable solutions adapted to complex environments.

The fundamentals that build strong expertise

The first challenge of this training is to understand the structure of a program. Knowing how to execute and test code is a fundamental step to progress. Once this foundation is established, the next step is to manipulate variables, strings, and numbers. This hands-on practice helps you manage data accurately and anticipate common errors.

Conditional structures and loops, often seen as simple, become powerful efficiency tools when mastered. Knowing when to use nested conditions, switch statements, or internal loops improves both clarity and performance in code. This logical control, combined with arrays and collections, prepares you for more advanced development.

Learning object-oriented programming with Java

The strength of Java lies in its object-oriented approach. Designing classes, defining responsibilities, and building a consistent hierarchy are essential skills. In a professional context, these concepts allow for structured, reusable, and scalable code. Encapsulation, for example, improves security and clarity, while inheritance makes applications easier to evolve and extend.

The course also emphasizes polymorphism and the use of interfaces, two key principles for writing flexible and modular code. With the introduction of lambda expressions, Java SE 17 offers modern solutions that simplify data processing and optimize performance. This evolution brings Java closer to functional programming while maintaining its robustness.

Error handling and modularity as guarantees of quality

A professional developer must know how to handle unexpected situations. In Java, this means mastering exception handling. Learning how to throw, catch, and propagate errors ensures application stability, even in critical environments. Employers value this skill because it guarantees product reliability.

In addition, Java SE 17 introduces a modular architecture that changes the way projects are designed. Breaking applications into modules improves readability, eases maintenance, and strengthens security. This approach is now essential in complex environments where applications must remain scalable and well-integrated.

The contribution of JShell to learning and development

JShell is an interactive tool that changes the way developers experiment with Java. It allows quick code testing without creating a full project. For beginners, it promotes experimentation and better understanding of concepts. For professionals, it saves valuable time when validating ideas or checking algorithms. This pedagogical tool strengthens learning and supports developers as they grow their skills.

A training that opens professional opportunities

Learning Java SE 17 is not just a technical skill. It is also a valuable asset for evolving in a professional world with strong demand for specialists. Java developers are sought after in diverse sectors such as banking, insurance, telecom, healthcare, and industry. This training provides expertise that can be applied immediately and showcased to recruiters.

Moreover, this course prepares participants for the official 1Z0-829 exam. This certification is a true career booster. It demonstrates your ability to write clear, maintainable Java code that meets industry standards. It is a concrete way to validate your skills and strengthen your professional profile.

FAQ

Why choose Java SE 17 instead of another version?
Java SE 17 is a long-term support release. This ensures stability and long-lasting adoption by companies. Learning on this version provides better preparation for real market needs.

Is this training suitable for complete beginners?
Yes, it is designed for learners with no prior Java experience. Only basic logical thinking and general computer skills are needed to follow the course effectively.

What career opportunities are available after completing this course?
Participants can progress to roles such as junior Java developer, integrator, or system administrator. With experience, they can move into senior developer or software architect positions.

What tools will be used during the training?
You will work in a modern Java development environment. The use of JShell and NetBeans makes the training practical and concrete, with exercises directly connected to professional use cases.

Prix de l'inscription
CHF 3'550.-
Inclus dans ce cours
  • Training provided by a certified trainer
  • Preparation for the exam
  • Documentation and digital media
  • Achievement Badge
Mois actuel

lun22Sep(Sep 22)09:00ven26(Sep 26)17:00VirtuelConfirméVirtual Etiquettes de sessionJAVA17-01

lun22Sep(Sep 22)09:00ven26(Sep 26)17:00Genève, Route des Jeunes 35, 1227 CarougeConfirmé Etiquettes de sessionJAVA17-01

lun20Oct(Oct 20)09:00ven24(Oct 24)17:00VirtuelVirtual Etiquettes de sessionJAVA17-01

lun20Oct(Oct 20)09:00ven24(Oct 24)17:00Lausanne, Avenue Mon repos 24, 1005 Lausanne Etiquettes de sessionJAVA17-01

lun24Nov(Nov 24)09:00ven28(Nov 28)17:00VirtuelVirtual Etiquettes de sessionJAVA17-01

lun24Nov(Nov 24)09:00ven28(Nov 28)17:00Genève, Route des Jeunes 35, 1227 Carouge Etiquettes de sessionJAVA17-01

Contact

ITTA
Route des jeunes 35
1227 Carouge, Suisse

Opening hours

Monday to Friday
8:30 AM to 6:00 PM
Tel. 058 307 73 00

Contact-us

ITTA
Route des jeunes 35
1227 Carouge, Suisse

Make a request

Contact

ITTA
Route des jeunes 35
1227 Carouge, Suisse

Opening hours

Monday to Friday, from 8:30 am to 06:00 pm.

Contact us

Your request