Oracle Java Associate Certification Exam 1z0 808

This course will help you learn the steps to becoming an Oracle Certified Associate (OCA) and get a higher paying job!

Last updated 2022-01-10 | 4.3

- Take the Oracle Java Associate Programmer exam confidently know they can pass it
- Benefit from newly acquired Java skills
- Know the answers to even the obscure questions that get asked in the official exam

What you'll learn

Take the Oracle Java Associate Programmer exam confidently know they can pass it
Benefit from newly acquired Java skills
Know the answers to even the obscure questions that get asked in the official exam

* Requirements

* A computer running Windows
* Mac OS X
* or Linux

Description

So you've learnt some Java, but are struggling to get an interview, let alone a job.

Or you are stuck in a low paying programming job, and want to move up to a better, more senior position.

Maybe you have never programmed before, and are looking for a way to get into programming for the first time.

But, just how do you get employers to notice you?  How do you make your resume stand out of the crowd of programmers looking for work?

By becoming certified as an Oracle Certified Associate (OCA) Java 8 Programmer!

Being certified moves your name to the top of the list for job interviews, because there are so few other  programmers officially certified by Oracle.

The Oracle Certified Associate exam (required to claim Oracle Certification) can be difficult to pass, even for experienced Java developers.  This course makes passing the exam easy!

This course will teach you everything you need to know, to be able to successfully get certified as an Oracle Certified Associate Java 8 Programmer and pass the exam.

Your instructor, Goran Lochert, is himself Java Certified, and an expert Java developer, with many years of programming experience.  Goran knows first hand what is required to pass the exam, because he has done it himself.

He will take you step by step, going through each and every topic you need to master, to be able to pass the exam and receive your official Oracle certification.

It's a fact that you remember about 80% of what you do, and only 30% of what you see, so this is a hands-on course.  It's not just theory, like many other certification courses.  Rather, it's hands-on, and designed for you to follow along, in code. The more you work with the code shown in the course, the sooner you will be able to pass the exam and receive Oracle certification.

If you have taken the OCA exam before and failed, then this course is especially relevant to you.   

In addition to the over 19 hours of videos, there is also practice exams that you can take to test your skills and readiness to pass the exam.

If you are ready to get that first paid programming job, or to move up to a more senior programming position, then this course is for you!

After completing this course, you will have the necessary skills to pass the exam, including the tricky, and difficult questions that can trip up even experienced Java developers.

An example of some of the tricky questions fully explained in the course include polymorphic parameters, immutability, predicates, differences between abstract classes and interfaces with default methods, and so on.

The sooner you sign up for this course, the sooner you will have the skills and knowledge you need to be able to pass the exam and become Oracle Certified.

Your new job awaits!  Why not get started today?  Click the the button to sign up for the course!


Who this course is for:

  • Anyone struggling to get to the interview stage for a programming job
  • Programmers looking to get their first paid job
  • Programmers looking for a higher paid job
  • Anyone looking to get Oracle Java Certification
  • Programmers looking to enhance their resumes
  • Programmers looking to increase their job and career opportunities

Course content

13 sections • 134 lectures

Introduction Preview 01:22

JDK8 Install Windows Preview 05:15

JDK8 Install Mac Preview 02:44

JDK8 Install Linux Preview 04:20

Intellij Windows Install and Configure Preview 09:35

Intellij Mac Install and Configure Preview 09:28

Intellij Linux Install and Configure Preview 10:03

Java Class Structure Preview 06:03

Main Method Preview 06:07

Comments Preview 06:26

Packages And Imports Preview 09:33

Naming Conflicts And Code Formatting Preview 09:49

Static Imports Preview 07:43

Understanding Primitive Data Types Preview 02:50

Whole Numeric Primitives Preview 12:42

Decimal Numeric Primitives Preview 08:57

Primitive char and boolean Preview 04:54

Declaring And Initializing Variables Preview 11:00

Understanding Default Initialization Of Primitives Preview 03:59

Variable Scope Preview 08:00

Ordering Elements In Class Preview 07:20

Understanding Null Preview 08:21

Primitive Wrapper Types Preview 10:01

Java Benefits Preview 02:13

Exam Question Examples Preview 14:22

Understanding Operators Preview 02:02

Arithmetic Operators Preview 14:52

Numeric Promotion And Casting Preview 12:44

Unary Operators - Part 1 Preview 07:52

Unary Operators - Part 2 Preview 14:00

Assignment Operators Preview 09:58

Compound Assignment Operators Preview 10:06

Relational Operators Preview 06:47

Conditional Operators Preview 14:44

Equality Operators Preview 06:29

Understanding == and equals() method Preview 14:45

Character Arithmetic Preview 09:25

Question Examples Preview 07:54

If Else Statement Preview 10:28

Ternary Operator Preview 10:39

Switch Statement Preview 10:55

While Loop Preview 10:04

Do While Loop Preview 13:28

For Loop Preview 11:17

Question Examples Preview 10:20

Creating Strings And Concatenation Preview 08:49

Understanding Immutability Preview 07:23

String Pool and String Equality Preview 13:42

String methods Part 1 Preview 12:50

String methods Part 2 Preview 09:34

Method Chaining Preview 07:36

Using String Builder class Preview 11:32

StringBuilder methods Preview 13:59

Understanding Equality Preview 04:53

Question Examples Preview 10:35

Understanding Arrays Preview 13:29

Using Arrays Preview 13:47

Common Array Problems Preview 06:04

For Each Loop Preview 08:27

Break Statement And Labels Preview 09:31

Continue Statement Preview 10:04

Sorting Arrays Preview 03:46

Searching Arrays Preview 06:50

Variable Arguments Preview 06:49

Multidimensional Arrays Preview 10:51

Nested Loops Preview 15:27

Question Examples Preview 11:26

Understanding ArrayList Preview 07:58

ArrayList Methods Part 1 Preview 13:43

ArrayList Methods Part 2 Preview 08:51

Using Wrapper Classes With ArrayList Preview 07:58

ArrayList And Array Conversion Preview 10:40

Sorting ArrayList Preview 04:29

Searching ArrayList Preview 05:06

Iterating List Part 1 Preview 14:17

Iterating List Part 2 Preview 13:17

Question Examples Preview 13:44

Designing Methods Preview 10:22

Method Return Type Preview 09:22

Method Parameter List Preview 08:19

Methods With Variable Arguments Preview 09:21

Access Modifiers Preview 10:08

Static Methods And Fields Preview 03:16

Using Static Methods And Fields Part 1 Preview 09:46

Using Static Methods And Fields Part 2 Preview 11:51

Final Variables Preview 05:47

Static Initialization Preview 06:41

Passing Data Between Methods Preview 08:55

Returning Data From Methods Preview 06:28

Overloading methods Preview 12:37

Question Examples Preview 12:31

Class Constructors Preview 10:14

Default Constructor Preview 05:09

Overloading Constructors Preview 12:19

this vs this() Preview 07:59

Order Of Initialization Preview 09:16

Data Encapsulation Preview 15:41

Immutable Classes Preview 13:01

Class Inheritance Part 1 Preview 13:47

Class Inheritance Part 2 Preview 09:59

Method Overriding Preview 12:08

super vs super() Preview 06:03

Overloading vs Overriding Preview 07:57

Abstract Classes Preview 06:33

Abstract Methods Preview 11:12

Creating Interface Preview 03:47

Implementing Interfaces Preview 12:00

Default Interface Methods Preview 10:53

Static Interface Methods Preview 04:33

Abstract class vs Interface Preview 03:12

Polymorphism Preview 15:31

Virtual Methods Preview 04:17

Polymorphic Parameters Preview 09:30

Question Examples Preview 14:44

Creating Data and Time Preview 08:40

Using Date and Time Preview 09:57

Periods Preview 10:54

Formatting Date and Time Preview 12:49

Parsing Date and Time Preview 06:45

Question Examples Preview 04:46

Understanding Exceptions Preview 02:59

Checked vs Unchecked Exceptions Preview 09:00

Dealing with Exceptions Preview 06:36

Using Finally Block Preview 07:59

Catching Different Exceptions Preview 12:07

Return And Finally Block Preview 04:54

Methods That Throw Exceptions Preview 08:43

Question Examples Preview 12:30