Menu
EUR
Nu 10% korting op alle Microsoft-certificeringen! Bekijk aanbod
Java SE 11 Development Training
€192,39 €159,00
In winkelwagen
Java SE 11 Development Training
(0)
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training

Java SE 11 Development Training

€192,39 €159,00 Incl. btw Excl. btw
Op voorraad

Java SE 11 Development Training Bekroonde E-Learning cursus Uitgebreide interactieve video's met gesproken tekst Gecertificeerde docenten Praktische oefeningen Certificaat. Lees meer.

Volume voordeel
No discount
1 Piece
€192,39 €159,00
2% Korting
2 Pieces
€188,54 €155,82 / Stuk
3% Korting
3 Pieces
€186,62 €154,23 / Stuk
4% Korting
4 Pieces
€184,69 €152,64 / Stuk
5% Korting
5 Pieces
€182,77 €151,05 / Stuk
10% Korting
10 Pieces
€173,15 €143,10 / Stuk
15% Korting
25 Pieces
€163,53 €135,15 / Stuk
20% Korting
50 Pieces
€153,91 €127,20 / Stuk
Maak een keuze
standaardprijs
108771431
Op voorraad
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
108771431
€192,39 €159,00
  • Officieel Certiport Examencentrum
    Online of fysiek in Almere
  • Direct starten met bekroonde e-learning
    Inclusief proefexamens & 24/7 toegang
  • ISO 9001 & 27001 gecertificeerd
    1000+ bedrijven gingen u voor
  • Persoonlijk advies & maatwerk
    Gratis intake & nulmeting bij training

Productomschrijving

Java SE 11 Development E-Learning Training

Bestel deze geweldige, bekroonde Java SE 11 Development E-Learning cursus online!
✔️ 1 jaar 24/7 toegang tot uitgebreide interactieve video's, toespraken, praktische taken en voortgangsbewaking.
✔️ Na de cursus ontvang je een certificaat van deelname.

Waarom kiezen voor deze opleiding?

Java is de meest gebruikte ontwikkeltaal ter wereld en wordt in diverse industrieën gebruikt voor het ontwikkelen van robuuste, platformonafhankelijke applicaties. Deze cursus biedt je diepgaande kennis van Java SE 11, een van de nieuwste versies van de Java-taal, en legt de basis voor het ontwikkelen van efficiënte en schaalbare applicaties.

Wat je zult leren:

  • Basisprincipes van Java SE 11: Leer hoe de Java-technologie werkt en hoe je objecten kunt maken die effectief interageren met andere objecten.
  • Werken met variabelen en datatypes: Begrijp hoe je variabelen declareert, initialiseert en gebruikt in Java.
  • Gebruik van operators en beslissingsconstructies: Maak gebruik van logica en operators om controle over je programma te krijgen.
  • Werken met arrays en lussen: Leer hoe je gegevens organiseert en doorloopt met arrays en verschillende lusconstructies.
  • Methoden en overbelasting: Leer hoe je methoden definieert, aanroept en overbelast om herbruikbare code te schrijven.
  • Encapsulatie en constructors: Begrijp de basisprincipes van objectgeoriënteerd programmeren, inclusief hoe je data en methoden in een klasse verwerkt.
  • Geavanceerde objectgeoriënteerde concepten: Leer meer over polymorfisme, abstractie, en interfaces.
  • Foutafhandeling: Leer hoe je uitzonderingen afhandelt om robuuste en foutbestendige applicaties te ontwikkelen.
  • Het implementeren van applicaties: Pas de theorie toe in praktische toepassingen en ontwikkel je eerste Java-applicaties.

Deze training biedt je een solide basis in Java SE 11 en is ideaal voor iedereen die een carrière als Java-ontwikkelaar wil opbouwen of zijn Java-vaardigheden wil verbeteren.

Wie zou moeten deelnemen?

Deze opleiding is geschikt voor:

  • Beginnende programmeurs die hun carrière willen starten met Java.
  • Ervaren ontwikkelaars die hun kennis van de nieuwste versie van Java willen verbeteren.
  • Softwareontwikkelaars die geïnteresseerd zijn in het ontwikkelen van schaalbare en platformonafhankelijke Java-applicaties.
  • Java-developers die willen upgraden naar Java SE 11 en hun objectgeoriënteerde programmeervaardigheden willen verfijnen.

Demo Develop Java SE 11 Development Training

Cursusinhoud

Java SE 11: Introduction to Java SE and the NetBeans IDE

Course: 53 Minutes

  • Introduction to Computer Programs
  • Introduction to the Java Language
  • Verifying your Java Development Environment
  • Running a Java Program
  • Java Classes and Program Structure
  • Introduction to the NetBeans IDE
  • Creating a Java Project and Class in NetBeans
  • Adding Packages to Java Projects in NetBeans
  • Writing a Main Method in a Java Program
  • Program Output
  • Recognizing Syntax Errors in NetBeans
  • Exercise: Creating Java Programs

Java SE 11: Variables and Operators

Course: 53 Minutes

  • Introduction to Variables
  • Using Variables
  • Initializing String Variables
  • Concatenating Strings
  • Using indexOf and substring
  • Initializing Integer and Floating Point Variables
  • Using Standard Mathematical Operators
  • Exploring Operator Precedence Rules
  • Setting Precedence Using Parentheses
  • Assignment and Concatenation of Numbers and Strings
  • Exercise: Concatenating Variables

Java SE 11: Expressions, Arrays, and Loops

Course: 44 Minutes

  • Introduction to Branching and Boolean Expressions
  • Using Boolean Operators
  • Creating if/else Statements
  • Creating Nested if/else Statements
  • Introduction to Arrays
  • Initializing Arrays
  •  
  • Accessing Array Elements
  • Introduction to Loops
  • Creating for Loops
  • Using break and continue in Loops
  • Exercise: Creating Arrays, Branches, and Loops

Java SE 11: Objects & Classes

Course: 56 Minutes

  • Introduction to Objects
  • Defining Object Properties
  • Instantiating Objects
  • Describing Object References
  • References to Different Objects
  • References and Objects in Memory
  • Two References for One Object
  • Describing Arrays Objects in Memory
  • Describing Constructors and Methods
  • Implementing Constructors
  • Method Parameters
  • Method Return Types
  • Method Overloading
  • Variable Scope
  • Exercise: Creating Overloaded Methods

Java SE 11: Encapsulation

Course: 53 Minutes

  • Introduction to Static Members
  • Creating and Accessing Static Members
  • Exploring Constants
  • Promoting and Casting Variables
  • Converting Data Values
  • Introduction to Access Control
  • Using Public and Private Modifiers
  • Encapsulation
  • Using Setter Methods with Checking
  • Overloading Constructors
  • Passing an Object Reference
  • Passing by Value
  • Exercise: Data Conversion in a Setter Method

Java SE 11: Strings and Primitive Data Types

Course: 49 Minutes

  • Testing String Equality
  • Comparing Strings Lexicographically
  • Introduction to Mutable Strings
  • Using String Builder to Concatenate Strings
  • Splitting Strings
  • Iterating Over Words in a String
  • Performing a String Replace
  • Primitive Data Types
  • Using the Modulus Operator
  • Using Combined Assignment Operators
  • Exercise: Concatenate a String of Numbers

Java SE 11: JDK Objects and Nested Loops

Course: 44 Minutes

  • Using the JDK API Documentation
  • Creating a LocalDateTime Object
  • Using Calendars
  • Printing Dates
  • Converting Between Date Formats
  • Parsing the args Array of the Main Method
  • Using a while Loop
  • Using a do/while Loop
  • Using a Standard for Loop
  • Exercise: Format Date Input

Java SE 11: Flow Control & Debugging

Course: 43 Minutes

  • Using Ternary Statements
  • Chaining if/else Statements
  • Using a Switch Statement
  • Using Two Dimensional Arrays
  • Using Enumerated Types
  • Using the Eclipse Debugger
  • Setting Breakpoints and Stepping Through Code
  • Debugging Variables
  • Exercise: Debug an if/else Construct

Java SE 11: Inheritance, Polymorphism, and Abstraction

Course: 42 Minutes

  • Java Class Hierarchy and Inheritance
  • Creating Subclasses
  • Overriding Methods in the Superclass
  • Using the super Keyword
  • Polymorphism
  • Casting Superclass References
  • Using the instanceof Operator
  • Contrasting Abstract and Non-Abstract Classes
  • Extending an Abstract Class
  • Exercise: Overriding Methods

Java SE 11: Inheritance, Lists, Inference, and Lambda Expressions

Course: 1 Hour, 2 Minutes

  • Overriding the toString Method
  • The Multiple Inheritance Dilemma
  • Implementing a Class Interface
  • Interface Reference Casting
  • Introduction to ArrayList
  • Using an ArrayList to Store Objects
  • Array Concatenation
  • Converting an Array to an ArrayList
  • Using the Stack
  • Type Inference Using var
  • Lambda Expressions and Predicates
  • Exercise: Displaying the Contents of a List

Java SE 11: Exception Handling

Course: 59 Minutes

  • Handling Unexpected Events
  • Throwable Classes: Error
  • Throwable Classes: RuntimeException
  • Uncaught Exceptions and the Call Stack
  • Using try/catch to Handle Exceptions
  • Explicit Exceptions in NetBeans
  • Catching Multiple Exceptions
  • Exception in the Java API Documentation
  • Working with a Checked Exception
  • Exceptions Best Practices
  • Propagating Exceptions
  • Using Finally
  • Exercise: Catching Exceptions

Java SE 11: Modular Design

Course: 43 Minutes

  • Deploying an Application as a JAR File
  • Creating a JAR File for Deployment
  • Running a JAR File from the Command Line
  • Client/Server Two and Three Tier Architecture
  • Java Modular Design Principles
  • Modular Development
  • JAR Files and Distribution Issues
  • Accessibility Between Classes
  • Creating a Modular Application
  • Transitive Module Directives
  • Compiling and Running a Modular Application
  • Modular JDK
  • Exercise: Creating and Running a Modular Application

Java SE 11: JShell

Course: 41 Minutes

  • Introduction to the JShell
  • Launching JShell
  • Using JShell Scratch and Traditional Variables
  • Creating JShell Snippets
  • Using the list, edit, and drop JShell Commands
  • Using the save and open JShell Commands
  • Using the vars, method, types, and imports Commands
  • Enhancing the IDE with JShell
  • Using JShell in NetBeans
  • Exercise: Creating a JShell Snippet

Ga aan de slag met Java SE 11 Development!

✔️ Leer op je eigen tempo met interactieve video's, praktijkopdrachten en testen.
✔️ Versterk je vaardigheden met hands-on ervaring en voortgangsbewaking.
✔️ Behaal je certificaat en zet de eerste stap naar een succesvolle carrière als Java-ontwikkelaar.

Bestel nu jouw cursus en begin met het ontwikkelen van Java-applicaties!

Specificaties

Artikelnummer
108771431
SKU
108771431
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
10:42 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.

Beoordelingen

0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!

Recent bekeken

Java SE 11 Development Training
Java SE 11 Development Training
Java SE 11 Development Training Bekroonde E-Learning cursus Uitgebreide interact...
€192,39 €159,00
 
Microsoft Excel 365 Basis Cursus E-Learning + Online boek
Microsoft
Excel 365 Basis Cursus E-Learning + Online boek
Volg nu een online cursus Excel 365 Basis. U leert o.a. automatische berekeninge...
€96,80 €80,00
 
DevOps Core - Skills, Tools & Platform Training
DevOps Core - Skills, Tools & Platform Training
DevOps Core - Skills, Tools & Platform E-Learning Training Gecertificeerde docen...
€239,58 €198,00
 
Microsoft Cursus Excel Basis 2021 Incompany Training
Microsoft
Cursus Excel Basis 2021 Incompany Training
Leer efficiënt werken met Excel 2021. Incompany, maatwerk, inclusief intake, Mic...
€1.390,29 €1.149,00
 

Specificaties

Artikelnummer
108771431
SKU
108771431
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
10:42 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
Kies uw taal
Kies uw valuta

Mijn account

Wachtwoord vergeten?

Recent toegevoegd

Totaal excl. btw
€0,00
Bestel nog voor €50,00 en de verzending is gratis
0
Vergelijk
Start vergelijking

Beoordeel Java SE 11 Development Training

Dit artikel is toegevoegd aan uw winkel wagen!
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies. Cookies beheren