ITS 304 Java E-Learning Gecertificeerde docenten Quizzen Online mentor MeasureUp test examen Live Labs Tips trucs Certificaat.
Lees meer.
Volume voordeel
No discount
1 Piece
€482,79€399,00
2% Korting
2 Pieces
€473,13€391,02/ Stuk
3% Korting
3 Pieces
€468,31€387,03/ Stuk
7% Korting
5 Pieces
€448,99€371,07/ Stuk
10% Korting
10 Pieces
€434,51€359,10/ Stuk
15% Korting
25 Pieces
€410,37€339,15/ Stuk
22% Korting
50 Pieces
€376,58€311,22/ Stuk
30% Korting
100 Pieces
€337,95€279,30/ Stuk
50% Korting
200 Pieces
€241,40€199,50/ Stuk
Maak een keuze
Officieel examen Online of fysiek
Start nu – bekroonde e-learning Inclusief proefexamens & 24/7
ISO 9001 & 27001 werkwijze 1000+ organisaties gingen u voor
Maatwerk & gratis intake Inclusief nulmeting bij training
Productomschrijving
ITS 304 Java Training - OEM Certkit
Deze cursus is bedoeld voor studenten die willen leren hoe ze Java-code kunnen herkennen, schrijven en debuggen die een probleem logisch oplost.
Het Information Technology Specialist programma is gericht op kandidaten die overwegen of net een loopbaan in de informatietechnologie willen beginnen. Het ITS programma neemt de plaats in van het Microsoft MTA programma.
Prerequisites: There are no prerequisites for this course.
Demo ITS 304 Java Training
Cursusinhoud
Java Fundamentals
Data Types, Variables, and Expressions
Flow Control Implementation
Object-Oriented Programming
Code Compilation and Debugging
Who should attend: This course is intended for new and experienced programmers that want to learn how to write and troubleshoot Java code. Previous programming experience is not required but recommended.
CertKit content: E-learning courses:
Getting Started with Java: The Fundamentals of Java Programming
Course: 54 Minutes
Course Overview
How Java Works
Running Java Programs
The JVM and the Java Ecosystem
Properties of Java
Java's Class Library and Garbage Collector
Applications of Java
Course Summary
Getting Started with Java: Writing & Running Java Programs
Course: 1 Hour, 7 Minutes
Course Overview
Installing Java and IntelliJ on Windows
Installing Java and IntelliJ on macOS
Creating an IntelliJ Project
Writing and Running a Java Program
Examining Java's Syntax
Comments in Java Source Files
Course Summary
Getting Started with Java: Variables & Primitive Types
Course: 1 Hour, 7 Minutes
Course Overview
Declaring Variables in Java
Printing Strings with the format Method in Java
Exploring Primitive Data Types in Java
Working with Integers, Floats, and Doubles in Java
Working with Byte, Short, and Char Types in Java
Strings and Arrays in Java
Course Summary
Getting Started with Java: Operators
Course: 1 Hour, 23 Minutes
Course Overview
Doing Math with Arithmetic Operators in Java
Recognizing Assignment Operator Use in Java
Applying Logical Operators in Java
Using Comparison Operators in Java
Identifying Operator Precedence in Java
Performing String Operations in Java
Null Values in Java
Casting Data in Java
Course Summary
Control Structures in Java: Implementing Java Control Structures
Course: 1 Hour, 44 Minutes
Course Overview
Implementing a Basic if Statement
Illustrating the if-else Statement
Using Multiple if Statements
Demonstrating a Basic for Loop
Using the switch Statement
Demonstrating Different Types of for Loops
Illustrating continue and break Statements
Using the while Loop
Running Java from the Shell
Supplying Arguments to Java Programs
Course Summary
Modeling Entities in Java: Getting Started with Classes & Objects
Course: 39 Minutes
Course Overview
Understanding Java Classes
The Relationship between Classes and Objects
Contrasting Static and Instance Variables
Setting up a Java Project on IntelliJ
Creating Objects of Classes
Course Summary
Modeling Entities in Java: Defining Custom Classes & Objects
Course: 1 Hour, 30 Minutes
Course Overview
Instantiating Objects of Built-in Java Classes
Creating Objects and Viewing Data
Performing Operations on Objects in Java
Working with Member Variables in Java
Creating and Using Constructors in Java
Initializing Fields with Constructors
Using Private Fields
Creating and Using Private Methods in Java
Exploring Getter and Setter Methods
Course Summary
Modeling Entities in Java: Methods, Method Overloading, & Constructors
Course: 1 Hour, 33 Minutes
Course Overview
Using Return Statements
Using Getters and Setters
Defining Multiple Functions Using Method Overloading
Working with Method Overloading and Code Reuse
Understanding and Using Default Constructors
Initializing Fields in Constructors
Creating Parameterized Constructors
Overloading Constructors
Using 'this' Keyword in Field Initializations
Reusing Code through Constructor Chaining
Course Summary
Modeling Entities in Java: Static Members, Arguments, & Method Overriding
Course: 2 Hours, 1 Minute
Course Overview
Accessing Static Variables
Using Static Variables and the final Keyword
Working with Static and Instance Methods and Fields
Using a Static Field for Auto-counting Objects
Using a Class Reference to Invoke Static Methods
Exploring Field Reassignments
Understanding Pass-by-Value and Pass-by-Reference
Pass-by-value/Pass-by-reference with Custom Objects
Checking Object Equality with == and .equals()
Understanding the HashCode Contract
Overriding the .equals() Method
Overriding the .hashCode() Method
Course Summary
Mapping Relationships in Java: Modeling Is-a Relationships Using Inheritance
Course: 1 Hour, 40 Minutes
Course Overview
Utilizing Classes and the Inheritance Hierarchy
Expressing Is-a Relationships
Features of Object Oriented Programming
Characterizing the Java.lang.Object Base Class
Examining Object Base Class Inherited Methods
Exploring the Java.lang.Object Base Class
Using the instanceof Operator
Exploring Compile-time and Runtime Types
Instantiating Objects of Base and Derived Classes
Creating Inheritance Hierarchies
Identifying the Roles of Variable and Object Types
Up-casting and Down-casting Operations
Examining the Inheritance of Fields and Methods
Course Summary
Mapping Relationships in Java: Constructors & Polymorphism
Course: 1 Hour, 56 Minutes
Course Overview
Examining the Default, No-argument Constructor
Using the Super Keyword
Invoking Base Class Constructors via Derived Classes
Investigating Nuances of Derived Class Constructors
Reusing Constructors Using super() and this()
Characterizing Runtime Polymorphism
Invoking Methods Based on Runtime Types
Understanding Dynamic Method Dispatch
Investigating Compile-time Polymorphism
Overloading Methods with Compile-time Polymorphism
Invoking the Right Overloaded Method
Performing Type Promotion and Coercion
Course Summary
Mapping Relationships in Java: Overriding Methods and Using Access Modifiers
Course: 2 Hours, 1 Minute
Course Overview
Overriding Methods in Derived Classes
Invoking Base Class Methods Using super()
Identifying Method Hiding
Using the Final Modifier with Fields
Using the Final Modifier with Methods and Classes
Characterizing Abstract Classes
Using Abstract Classes in Inheritance Hierarchies
Using the Private Access Modifier
Using the Public and Private Modifiers
Using Factory Methods to Instantiate Objects
Using the Protected Access Modifier
Investigating Protected Access Modifier Nuances
Using the Default Access Modifier
Course Summary
Mapping Relationships in Java: Working with Interfaces & Class Loaders
Interactive Java & JShell: Writing Java Programs with the Interactive JShell
Course: 1 Hour, 57 Minutes
Course Overview
Running Commands and Snippets on JShell
Defining and Calling Functions in JShell
Defining Functions Referencing External Variables
Adjusting Feedback Modes in JShell
Using the Auto-complete Feature in JShell
Working with Different JShell Features
Working with User-defined Types in JShell
Updating User-defined Types in JShell
Loading Data from a File into JShell
Writing Data to a File Using JShell
Building and Running JShell Scripts
Course Summary
MeasureUp Official ITS Exam simulation
150+ questions
Online Mentor
De online mentor kan al je specifieke technische vragen beantwoorden via chat of e-mail met betrekking tot je studie. Online Mentor is 90 dagen of 365 dagen actief - na activering!
Practice Labs - Virtual Labs (optie)
Create and Manipulate Arrays in Java
Create Static Methods in Java
Handle Exceptions in Java
Read and Write to a File in Java
Create an Enum in Java
Create and Manipulate an ArrayList in Java
Sort Objects by Using a Comparator and a TreeSet
Create and Manipulate a Map in Java
Use a Lambda Expression in Java
Manipulate a Stream in Java
Specificaties
Artikelnummer
142980747
SKU
142980747
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
MeasureUp Examensimulatie
Ingebrepen
Online Virtuele labs
Ontvang 12 maanden toegang tot virtuele labs die overeenkomen met de traditionele cursusconfiguratie. Actief voor 365 dagen na activering, beschikbaarheid varieert per Training.
Tips & Tricks
Inbegrepen
Examen Quiz
Inbegrepen
Volledige training voor het officiële Examen
Lesduur
21:18 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.
ITS 304 Java E-Learning Gecertificeerde docenten Quizzen Online mentor MeasureUp...
€482,79€399,00
Specificaties
Artikelnummer
142980747
SKU
142980747
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
MeasureUp Examensimulatie
Ingebrepen
Online Virtuele labs
Ontvang 12 maanden toegang tot virtuele labs die overeenkomen met de traditionele cursusconfiguratie. Actief voor 365 dagen na activering, beschikbaarheid varieert per Training.
Tips & Tricks
Inbegrepen
Examen Quiz
Inbegrepen
Volledige training voor het officiële Examen
Lesduur
21:18 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.
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