Oracle Java Certification - Pass the Associate 1Z0-808 Exam.
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?
More
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.
Requirements:
- A computer running Windows, Mac OS X, or Linux
- 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
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
Watch Online Oracle Java Certification - Pass the Associate 1Z0-808 Exam.
# | Title | Duration |
---|---|---|
1 | Introduction | 01:23 |
2 | JDK8 Install Windows | 05:16 |
3 | JDK8 Install Mac | 02:45 |
4 | JDK8 Install Linux | 04:21 |
5 | Intellij Windows Install and Configure | 09:36 |
6 | Intellij Mac Install and Configure | 09:29 |
7 | Intellij Linux Install and Configure | 10:04 |
8 | Java Class Structure | 06:04 |
9 | Main Method | 06:08 |
10 | Comments | 06:27 |
11 | Packages And Imports | 09:34 |
12 | Naming Conflicts And Code Formatting | 09:50 |
13 | Static Imports | 07:44 |
14 | Understanding Primitive Data Types | 02:51 |
15 | Whole Numeric Primitives | 12:43 |
16 | Decimal Numeric Primitives | 08:58 |
17 | Primitive char and boolean | 04:55 |
18 | Declaring And Initializing Variables | 11:01 |
19 | Understanding Default Initialization Of Primitives | 04:00 |
20 | Variable Scope | 08:01 |
21 | Ordering Elements In Class | 07:21 |
22 | Understanding Null | 08:22 |
23 | Primitive Wrapper Types | 10:02 |
24 | Java Benefits | 02:14 |
25 | Exam Question Examples | 14:23 |
26 | Understanding Operators | 02:03 |
27 | Arithmetic Operators | 14:53 |
28 | Numeric Promotion And Casting | 12:45 |
29 | Unary Operators - Part 1 | 07:53 |
30 | Unary Operators - Part 2 | 14:01 |
31 | Assignment Operators | 09:59 |
32 | Compound Assignment Operators | 10:07 |
33 | Relational Operators | 06:48 |
34 | Conditional Operators | 14:45 |
35 | Equality Operators | 06:30 |
36 | Understanding == and equals() method | 14:46 |
37 | Character Arithmetic | 09:26 |
38 | Question Examples | 07:55 |
39 | If Else Statement | 10:29 |
40 | Ternary Operator | 10:40 |
41 | Switch Statement | 10:56 |
42 | While Loop | 10:05 |
43 | Do While Loop | 13:29 |
44 | For Loop | 11:18 |
45 | Question Examples | 10:21 |
46 | Creating Strings And Concatenation | 08:50 |
47 | Understanding Immutability | 07:24 |
48 | String Pool and String Equality | 13:43 |
49 | String methods Part 1 | 12:51 |
50 | String methods Part 2 | 09:35 |
51 | Method Chaining | 07:37 |
52 | Using String Builder class | 11:33 |
53 | StringBuilder methods | 14:00 |
54 | Understanding Equality | 04:54 |
55 | Question Examples | 10:36 |
56 | Understanding Arrays | 13:30 |
57 | Using Arrays | 13:48 |
58 | Common Array Problems | 06:05 |
59 | For Each Loop | 08:28 |
60 | Break Statement And Labels | 09:32 |
61 | Continue Statement | 10:05 |
62 | Sorting Arrays | 03:47 |
63 | Searching Arrays | 06:51 |
64 | Variable Arguments | 06:50 |
65 | Multidimensional Arrays | 10:52 |
66 | Nested Loops | 15:28 |
67 | Question Examples | 11:27 |
68 | Understanding ArrayList | 07:59 |
69 | ArrayList Methods Part 1 | 13:44 |
70 | ArrayList Methods Part 2 | 08:52 |
71 | Using Wrapper Classes With ArrayList | 07:59 |
72 | ArrayList And Array Conversion | 10:41 |
73 | Sorting ArrayList | 04:30 |
74 | Searching ArrayList | 05:07 |
75 | Iterating List Part 1 | 14:18 |
76 | Iterating List Part 2 | 13:18 |
77 | Question Examples | 13:41 |
78 | Designing Methods | 10:23 |
79 | Method Return Type | 09:23 |
80 | Method Parameter List | 08:20 |
81 | Methods With Variable Arguments | 09:22 |
82 | Access Modifiers | 10:09 |
83 | Static Methods And Fields | 03:17 |
84 | Using Static Methods And Fields Part 1 | 09:47 |
85 | Using Static Methods And Fields Part 2 | 11:52 |
86 | Final Variables | 05:48 |
87 | Static Initialization | 06:42 |
88 | Passing Data Between Methods | 08:56 |
89 | Returning Data From Methods | 06:29 |
90 | Overloading methods | 12:38 |
91 | Question Examples | 12:32 |
92 | Class Constructors | 10:15 |
93 | Default Constructor | 05:10 |
94 | Overloading Constructors | 12:20 |
95 | this vs this() | 08:00 |
96 | Order Of Initialization | 09:17 |
97 | Data Encapsulation | 15:42 |
98 | Immutable Classes | 13:02 |
99 | Class Inheritance Part 1 | 13:48 |
100 | Class Inheritance Part 2 | 10:00 |
101 | Method Overriding | 12:09 |
102 | super vs super() | 06:04 |
103 | Overloading vs Overriding | 07:58 |
104 | Abstract Classes | 06:34 |
105 | Abstract Methods | 11:13 |
106 | Creating Interface | 03:48 |
107 | Implementing Interfaces | 12:01 |
108 | Default Interface Methods | 10:54 |
109 | Static Interface Methods | 04:34 |
110 | Abstract class vs Interface | 03:13 |
111 | Polymorphism | 15:32 |
112 | Virtual Methods | 04:18 |
113 | Polymorphic Parameters | 09:31 |
114 | Question Examples | 14:45 |
115 | Creating Data and Time | 08:41 |
116 | Using Date and Time | 09:58 |
117 | Periods | 10:55 |
118 | Formatting Date and Time | 12:50 |
119 | Parsing Date and Time | 06:46 |
120 | Question Examples | 04:47 |
121 | Understanding Exceptions | 03:00 |
122 | Checked vs Unchecked Exceptions | 09:01 |
123 | Dealing with Exceptions | 06:37 |
124 | Using Finally Block | 08:00 |
125 | Catching Different Exceptions | 12:08 |
126 | Return And Finally Block | 04:55 |
127 | Methods That Throw Exceptions | 08:44 |
128 | Question Examples | 12:31 |
129 | Understanding Lambdas | 08:31 |
130 | Using Lambdas | 10:54 |
131 | Predicates | 08:08 |
132 | Question Examples | 04:59 |
133 | Bonus - Please Watch! | 00:49 |