Oracle - OCA Java SE 8 Programmer

Kesto

Kesto:

Vain 3 päivän

Menetelmä

Menetelmä:

luokkahuone / Online / Hybridi

Seuraava päivä

Seuraava päivä:

19/8/2024 (Maanantai)

Overview

On this accelerated 3-day OCA Java SE 8 programming course, you'll be introduced to object orientated programming using the Java language.

Using our unique Lecture | Lab | Review technique, your expert instructor will guide you through creating command-line Java applications and creating conditional statements and loops. This technique, which combines both theoretical and practical tasks, will accelerate your learning as well as provide you with the hands-on experience you'll need to apply your skills to the real-world. You'll also learn how to:

  • Apply Object-Oriented concepts such as Encapsulation, Inheritance and Polymorphism
  • Use java types
  • Manipulate Arrays and Collections
  • Handle Exceptions
  • Take advantage of new Java SE 8 features, such as Lambda expressions and Date/Time API

On this course, you will prepare for the Oracle Certified Associate Java SE 8 Programmer I (1Z0-808) exam, covered by your Certification Guarantee.

Achieving this certification is a prerequisite for attempting the Oracle Certified Professional Java SE 8 Programmer II. Save hundreds by combining both the OCA Java SE 8 Programmer and OCP Java SE 8 Programmer courses on the accelerated 7-day combined Oracle OCA and OCP Java SE 8 Programmer Certification course.

If you're a system administrator, project, web developer, program or technical manager looking to improve your programming skills, this course is ideal for you.

8 syytä, miksi kannattaa hankkia OCA Java SE 8 Programmer Firebrand Trainingiltä:

  1. Koulutuksen ja todistuksen saaminen kestää vain 3 päivän. Meidän kanssamme saat OCA Java SE 8 Programmer -koulutuksen ja -todistuksen ennätysajassa. Todistuksen ansaitset koulutuskeskuksessamme osana intensiivistä ja nopeutettua koulutusta.
  2. Hintaan sisältyy kaikki.Kertamaksu kattaa kaikki kurssimateriaalit, kokeet, kuljetuksen, majoituksen ja ateriat ja tarjoaa kustannustehokkaimman tavan hankkia OCA Java SE 8 Programmer koulutus ja todistus. Ilman mitään lisäkustannuksia.
  3. Suorita tutkinto ensimmäisellä kerralla tai kertaa koulutus ilmaiseksi. Tämä on takuumme. Olemme varmoja, että läpäiset OCA Java SE 8 Programmer -kurssin ensimmäisellä kerralla. Mutta jos näin ei käy, voit tulla takaisin vuoden kuluttua ja maksaa vain majoituksesta ja kokeista. Kaikki muu on ilmaista.
  4. Opit enemmän.Päivä perinteisen koulutuksen tarjoajan kanssa on yleensä klo 9–17, mihin sisältyy pitkä lounastauko. Firebrand Trainingiltä saat vähintään 12 tuntia päivässä keskittynyttä ja häiriötöntä laatukoulutusaikaa opettajasi kanssa.
  5. Opit OCA Java SE 8 Programmer nopeammin. Yhdistämme 3 eri oppimistyyliä (visuaalisen|kuuloon perustuvan|kosketukseen perustuvan) tarjotaksemme materiaalin tavalla joka varmistaa, että opit nopeammin ja helpommin.
  6. Opiskelet huippujen kanssa.Olemme kouluttaneet ja sertifioineet 134.561 ammattilaista ja olemme kumppaneita kaikkien alan suurien nimien kanssa ja olemme saaneet lukuisia palkintoja, mm. Microsoftin Danmarki Vuoden koulutuspartneri 2010, 2011, 2012 ja 2013, Institue of IT Trainingin ”Training Company of the Year 2006, 2007, 2008” Englannissa, ISC(2):n ”Highest Performing Affiliate of the Year 2009 & 2010 – EMEA” sekä EC-Councilin ”Accredited Training Centre of the Year 2010 og 2011”, ”Newcomer of the Year 2011” ja ”Instructors Circle of Excellence”.
  7. Opit enemmän kuin pelkän teorian. Olemme kehittäneet OCA Java SE 8 Programmer kurssia edelleen käyttämällä laboratorioita, esimerkkitapauksia ja harjoittelukokeita varmistaaksemme, että osaat soveltaa uutta tietoa työympäristöön.
  8. Opit parhailta. Ohjaajamme OCA Java SE 8 Programmer kurssilla ovat alan parhaita. He tarjoavat ainutlaatuisen yhdistelmän asiantuntemusta, kokemusta ja intohimoa opetukseen.

Benefits

Curriculum

OCA Java SE 8 Programmer

Java Basics

  • Define the scope of variables
  • Define the structure of a Java class
  • Create executable Java applications with a main method; run a Java program from the command line; including console output.
  • Import other Java packages to make them accessible in your code
  • Compare and contrast the features and components of Java such as: platform independence, object orientation, encapsulation, etc.

Java Data Types

  • Declare and initialise variables (including casting of primitive data types)
  • Differentiate between object reference variables and primitive variables
  • Know how to read or write to object fields
  • Explain an Object's Lifecycle (creation, "dereference by reassignment" and garbage collection)
  • Develop code that uses wrapper classes such as Boolean, Double, and Integer.

Operators and Decision Constructs

  • Use Java operators; including parentheses to override operator precedence
  • Test equality between Strings and other objects using == and equals ()
  • Create if and if/else and ternary constructs
  • Use a switch statement

Arrays

  • Declare, instantiate, initialise and use a one-dimensional array
  • Declare, instantiate, initialise and use multi-dimensional array

Loops

  • Create and use while loops
  • Create and use for loops including the enhanced for loop
  • Create and use do/while loops
  • Compare loop constructs
  • Use break and continue

Methods and Encapsulation

  • Create methods with arguments and return values; including overloaded methods
  • Apply the static keyword to methods and fields
  • Create and overload constructors; including impact on default constructors
  • Apply access modifiers
  • Apply encapsulation principles to a class
  • Determine the effect upon object references and primitive values when they are passed into methods that change the values

Inheritance

  • Describe inheritance and its benefits
  • Develop code that demonstrates the use of polymorphism; including overriding and object type versus reference type
  • Determine when casting is necessary
  • Use super and this to access objects and constructors
  • Use abstract classes and interfaces

Handling Exceptions

  • Differentiate among checked exceptions, unchecked exceptions, and Errors
  • Create a try-catch block and determine how exceptions alter normal program flow
  • Describe the advantages of Exception handling
  • Create and invoke a method that throws an exception
  • "Recognise common exception classes (such as NullPointerException, ArithmeticExcpetion, ArrayIndexOutOfBoundsException, ClassCastException)"

Java API Classes

  • Manipulate data using the StringBuilder class and its methods
  • Creating and manipulating Strings
  • Create and manipulate calendar data using classes from java.time.LocalDateTime, java.time.LocalDate, java.time.LocalTime, java.time.format.DateTimeFormatter, java.time.Period
  • Declare and use an ArrayListof a given type
  • Write a simple Lambda expression that consumes a Lambda Predicate expression

Exam Track

You will prepare for the following exam at the training centre during this course:

Oracle Certified Associate Java SE 8 Programmer I (1Z0-808)

  • Duration: 150 minutes
  • Number of Questions: 70
  • Passing Score: 65%
  • Format: Multiple Choice

Please note that it is not possible to sit Oracle exams onsite. As part of this course, delegates receive an exam voucher to take exams remotely.

What's Included

Prerequisites

Before you attend this course, you should have at least six months’ programming experience in Java.

Arvioinnit

Olemme kouluttaneet kymmenen vuoden aikana yli 134.561 opiskelijaa. Heitä kaikkia on pyydetty arvioimaan pikakurssimme. Tällä hetkellä 96,41% on sitä mieltä, että Firebrand on ylittänyt heidän odotuksensa:

"Tutor is extremely knowledgeable, helpful and kind. Although I attended online he made sure to keep me involved."
FM. (25/9/2023 (Maanantai) - 27/9/2023 (Keskiviikko))

"I had a very positive experience. Excellent trainer and very knowledgable. There was a lot of information to take on board and the mock exam was difficult which was what I expected. Overall a really good experience."
Gavin Clark, Lloyds. (25/9/2023 (Maanantai) - 27/9/2023 (Keskiviikko))

"Course was well put together by our tutor"
Anonymous. (18/9/2023 (Maanantai) - 20/9/2023 (Keskiviikko))

"I thought the instructor had a really good way of explaining what is a complicated topic, in a beginner friendly way."
CH, Lloyds Banking Group. (18/9/2023 (Maanantai) - 20/9/2023 (Keskiviikko))

"Training overall is great and useful, instructor was very knowledgeable and professional."
Alex Edwards, CoreFiling Limited. (18/10/2021 (Maanantai) - 20/10/2021 (Keskiviikko))

Kurssipäivämäärät

Oracle - OCA Java SE 8 Programmer

Alkaa

Loppuu

Saatavuus

Rekisteröidy

26/2/2024 (Maanantai)

28/2/2024 (Keskiviikko)

Päättynyt - Jätä palautetta

 

4/3/2024 (Maanantai)

6/3/2024 (Keskiviikko)

Päättynyt - Jätä palautetta

 

11/3/2024 (Maanantai)

13/3/2024 (Keskiviikko)

Päättynyt - Jätä palautetta

 

19/8/2024 (Maanantai)

21/8/2024 (Keskiviikko)

Odotuslista

 

Uusimmat arvostelut opiskelijoiltamme