Oracle - OCP Java SE 8 Programmer

Kesto

Kesto:

Vain 4 päivän

Menetelmä

Menetelmä:

luokkahuone / Online / Hybridi

Seuraava päivä

Seuraava päivä:

24/6/2024 (Maanantai)

Overview

On this accelerated 4-day OCP Java SE 8 programming course, you'll develop your Java programming skills, focusing on the core language features and Application Programming Interfaces (API), object oriented development and the structure of Java applications.

This accelerated course offers a distraction free environment, allowing you to focus solely on learning. Your expert instructor will implement Firebrand's unique Lecture | Lab| Review technique, helping you to better understand and retain information.

You'll also learn:

  • Encapsulation, Polymorphism, and Abstraction
  • Interfaces, Lambda Expressions, Collections, and Generics
  • Inheritance, Interfaces, Exceptions, and Deployment
  • Date/Time API, I/O and File I/O (NIO.2), and Concurrency
  • Concurrency, Parallelism, the JDBC API, and Localisation

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

Save hundreds by combining both the OCA Java SE 8 Programmer and OCP Java SE 8 Programmer courses on the accelerated 7-day 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 OCP Java SE 8 Programmer Firebrand Trainingiltä:

  1. Koulutuksen ja todistuksen saaminen kestää vain 4 päivän. Meidän kanssamme saat OCP 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 OCP 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 OCP 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 OCP 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 OCP 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 OCP Java SE 8 Programmer kurssilla ovat alan parhaita. He tarjoavat ainutlaatuisen yhdistelmän asiantuntemusta, kokemusta ja intohimoa opetukseen.

Benefits

Curriculum

Oracle Certified Professional Java SE 8 Programmer II

Java Class Design

  • Implement encapsulation
  • Implement inheritance including visibility modifiers and composition
  • Implement polymorphism
  • Override hashCode, equals, and toString methods from Object class
  • Create and use singleton classes and immutable classes
  • Develop code that uses static keyword on initialise blocks, variables, methods, and classes

Advanced Java Class Design

  • Develop code that uses abstract classes and methods
  • Develop code that uses final keyword
  • Create inner classes including static inner class, local class, nested class, and anonymous inner class
  • Use enumerated types including methods, and constructors in an enum type
  • Develop code that declares, implements and/or extends interfaces and use the atOverride annotation.
  • Create and use Lambda expressions

Generics and Collections

  • Create and use a generic class
  • Create and use ArrayList, TreeSet, TreeMap, and ArrayDeque objects
  • Use java.util.Comparator and java.lang.Comparable interfaces
  • Collections Streams and Filters
  • Iterate using for each methods of Streams and List
  • Describe Stream interface and Stream pipeline
  • Filter a collection by using lambda expressions
  • Use method references with Streams

Lambda Built-in Functional Interfaces

  • Use the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and Supplier
  • Develop code that uses primitive versions of functional interfaces
  • Develop code that uses binary versions of functional interfaces
  • Develop code that uses the UnaryOperator interface

Java Stream API

  • Develop code to extract data from an object using peek() and map() methods including primitive versions of the map() method
  • Search for data by using search methods of the Stream classes including findFirst, findAny, anyMatch, allMatch, noneMatch
  • Develop code that uses the Optional class
  • Develop code that uses Stream data methods and calculation methods
  • Sort a collection using Stream API
  • Save results to a collection using the collect method and group/partition data using the Collectors class
  • Use flatMap() methods in the Stream API

Exceptions and Assertions

  • Use try-catch and throw statements
  • Use catch, multi-catch, and finally clauses
  • Use Autoclose resources with a try-with-resources statement
  • Create custom exceptions and Auto-closeable resources
  • Test invariants by using assertions

Java SE 8 Date/Time API

  • Create and manage date-based and time-based events including a combination of date and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period, and Duration
  • Work with dates and times across timesones and manage changes resulting from daylight savings including Format date and times values
  • Define and create and manage date-based and time-based events using Instant, Period, Duration, and TemporalUnit

Java I/O Fundamentals

  • Read and write data from the console
  • Use BufferedReader, BufferedWriter, File, FileReader, FileWriter, FileInputStream, FileOutputStream, ObjectOutputStream, ObjectInputStream, and PrintWriter in the java.iopackage.

Java File I/O (NIO.2)

  • Use Path interface to operate on file and directory paths
  • Use Files class to check, read, delete, copy, move, manage metadata of a file or directory
  • Use Stream API with NIO.2

Java Concurrency

  • Create worker threads using Runnable, Callable and use an ExecutorService to concurrently execute tasks
  • Identify potential threading problems among deadlock, starvation, livelock, and race conditions
  • Use synchronised keyword and java.util.concurrent.atomic package to control the order of thread execution
  • Use java.util.concurrent collections and classes including CyclicBarrier and CopyOnWriteArrayList
  • Use parallel Fork/Join Framework
  • Use parallel Streams including reduction, decomposition, merging processes, pipelines and performance.

Building Database Applications with JDBC

  • Describe the interfaces that make up the core of the JDBC API including the Driver, Connection, Statement, and ResultSet interfaces and their relationship to provider implementations
  • Identify the components required to connect to a database using the DriverManager class including the JDBC URL
  • Submit queries and read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections

Localisation

  • Read and set the locale by using the Locale object
  • Create and read a Properties file
  • Build a resource bundle for each locale and load a resource bundle in an application

Exam Track

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

Oracle Certified Professional Java SE 8 Programmer II (1Z0-809)

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

Before taking any exam, ensure you have the recommended experience. The Oracle website lists all exam requirements and these are updated regularly.

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:

  • Understand the command-line interface.
  • Have used a text editor and a browser.

To achieve the OCP Java SE 8 programming certification, you'll first need to pass the Oracle Certified Associate, Java SE 8 Programmer certification.

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:

"As a novice I have learnt a lot and found out a lot of interesting tips that I can now build on and use to achieve more qualifications."
Selina Flowers, NG. (27/11/2018 (Tiistai) - 30/11/2018 (Perjantai))

"As a novice I have learnt a lot and found out a lot of interesting tips that I can now build on and use to achieve more qualifications."
Selina Flowers, NG. (27/11/2018 (Tiistai) - 30/11/2018 (Perjantai))

"Great training, with ability to ask questions and have good explanations from subject experts"
R.E.. (5/2/2024 (Maanantai) - 7/2/2024 (Keskiviikko))

"It was good and our instructor was very knowledgeable."
Warren Bye, Lloyds. (5/2/2024 (Maanantai) - 7/2/2024 (Keskiviikko))

"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))

Kurssipäivämäärät

Alkaa

Loppuu

Saatavuus

Sijainti

Rekisteröidy

19/2/2024 (Maanantai)

22/2/2024 (Torstai)

Päättynyt - Jätä palautetta

-

 

24/6/2024 (Maanantai)

27/6/2024 (Torstai)

Odotuslista

Maanlaajuinen

 

5/8/2024 (Maanantai)

8/8/2024 (Torstai)

Rajoitettu määrä paikkoja

Maanlaajuinen

 

16/9/2024 (Maanantai)

19/9/2024 (Torstai)

Paikkoja saatavilla

Maanlaajuinen

 

28/10/2024 (Maanantai)

31/10/2024 (Torstai)

Paikkoja saatavilla

Maanlaajuinen

 

9/12/2024 (Maanantai)

12/12/2024 (Torstai)

Paikkoja saatavilla

Maanlaajuinen

 

Uusimmat arvostelut opiskelijoiltamme