• Post category:StudyBullet-2
  • Reading time:18 mins read

Preparation for Oracle Certification (Java Certification) 1Z0-808 & 1Z0-811 with example and home tasks.

What you will learn

Java 🙂

Obtain necessary skills to pass 1Z0-808 Certification

Obtain necessary skills to pass 1Z0-811 Certification

Receive the confidence in passing Oracle Exam

Master Java Syntax

Object-oriented programming

Code examples for each topic

Practical tips

Description

From this course you can learn everything you need to know to pass Oracle Certifications 1Z0-808 & 1Z0-811.

There are a lot of other courses in this topic. So, why would you choose exactly this course?  Here just a few reasons:

– Coding examples

To learn programming it is not enough just watching videos and reading books. You also need to have a lot of practice. In this training course you will review multiple practical tasks and coding examples which will help you learn and understand Java better.

– Open source code

We hide nothing from our students! Including the source code for the hometask solutions and source code of examples which were shared during the lesson. Having the source code you can just copy and paste it to run it on your local computer to understand how things work better.

You are allowed to use all source code examples for learning purposes. This helps significantly to configure environment and make tests work, especially in case student didn’t work with any testing framework in the past.

– Q&A support 

The significant difference between online and offline learning process is instructor’s availability. If you are in the one room with tutor he always can help you to get understanding specific concept or to help fix your code on your computer.
In this course, we are supporting students with answers to any questions flagged in Q&A section. In case there will be recurring questions – separate video lessons will be created to show how to address issue.

So with this course you are not just getting video materials, code exercises, source code, access to free mobile application without limits (which is still pretty cool, huh? 🙂 ) , but you also get tutor support and answers to your questions along with this course.

– Relevant knowledge

After our team investigated other Java courses on Udemy we realized that most of them has nothing in common with real life. Information which is shared there is very old and significantly out of date. For example, instructor teaches framework which is not used already for 15 years. Or instructor do a stress on the programming design which is not used anymore at all!

Instructor of this course is consultant in the top-rated IT outsourcing company and helps to bring cutting-edge solutions in IT for all his clients. Feel free to check LinkedIn page of instructor and check skills endorsement. More than 19 thousand people acrooss all over the world (BTW most of them are from top 100 companies of the world) evaluated skills of Andrii Piatakha.

With this course you can be sure that you will spend your time learning the right things from the one of the best IT consultants in the world.

– Free mobile App without limits for our students

Knowing Java is one skill. Be able to pass interview in company – that is another skill 🙂 Nowadays a lot of companies use tests to select candidates on the first level of interview. We developed application to practice skills specifically for such purposes.

In this course we will provide you link to download our FREE mobile app for android. (soon it will be also available for iOS platforms)

Instructor of this course come up with hundreds tests which are used to test knowledge of candidates. With this application you will be well-prepared for the interview.

Also, only for our students – there is no limit on attempts to pass certification. In the course we will tell you how to set up special bonus code which will remove restrictions for our students inside the app.

– High concentration of useful material in each lesson

Sometimes you can notice that watching of 5 minutes of our lesson is equivalent to watching of other 30 minutes lesson.

This is because time spent for preparation for the lesson (script for the lesson, lesson structure) and video editing (to cut boring pieces of the lesson, or time when program loads) sometimes 10 times as much (sometimes even 20) as final lesson duration after video editing.

Also each topic is separated from another. In case some concept will be explained in the next lesson and you don’t need to worry about understanding this in scope of this lesson – instructor will make announcement when specific topic will be covered.

Go and try it yourself! We will appreciate your feedback.

So don’t wait! Take a look at lessons’ preview if you still have doubts!

Buy this course today, and you will get all updates for FREE!

For those who successfully passed this training course, or for students who was recognized for asking amazing questions, there is a special offer from IT-Bulls company! The creator of this course is IT-Bulls company CEO and Founder. We always in search of talents to run our amazing startups together with you. Probably you always dreamed about running your own startup? In this course you will be able to find the team who will teach you how to do that and (in particular cases) will be glad to help with implementation!

Hope you enjoy this course! And remember, we appreciate all your feedbacks! Your feedbacks will help us to become even more better! Your feedbacks will help us to create to best Java course ever!

See you on the lessons! 🙂

English

Language

Content

Introduction

Communication plan

Unlimited access to ‘Learn IT’ application for students

Why Java and why this course? What is JDK, JRE and JVM?

Java Basics

JDK Installation

First application: Hello World App

Homework Solution: .bat file creation

Integrated Development Environment, Eclipse Overview

Comments in Java source code

Primitive Data Types, Variables and Arrays

Primitive types and variables

Number Systems

Arrays

Operators and Operations with primitive types

Operators in Java

Operations with integers and floating-point numbers, BigDecimal type

Math class, NaN, Infinity

Type of the expression in Java

Compare primitive and reference types & Java Memory Model

Read user input from console

Simple console integer calculator

Calculate Area of Triangle

Calculate Circle Circumference

Homework review: Operators and Operations

Strings in Java

String: object creation and main methods overview

String comparison: How to compare Strings and what is String Pool

Escape Sequences in Java

String Formatting

Regular expressions in Java

Format floating-point number

Split Words

Homework review: String

Control Statements

‘if – else’ construction

Admin and Guest mode for application

Simple Number Calculator

Homework review: ‘if’ statement

‘switch’ construction

User Activity Selector

Homework review: ‘switch’ statement

Miscellaneous

Random numbers generation

Iteration Statements (Loops) in Java


Get Instant Notification of New Courses on our Telegram channel.


‘while’ loop

‘do-while’ loop

‘for’ with condition loop

‘for each’ loop

Nested loops

Jump Statements – Break and Continue

Labels in Java

Print digits from new line

Pyramid in console

Print matrix to console

Homework review: Iteration Statements (Loops)

Methods in Java

Methods in Java: Overview

Parameter Passing Mechanism in Java

Recursive methods

Variable Length Arguments

Find max int in array

Draw empty rectangle

Calculate Amount of Words

Filter String array

Rotate Matrix

Extend Array

Greatest Common Divisor

Sum all digits in number

String Processor

Turn each first letter in a word to capital

Convert decimal to Roman numbers and vice versa

Homework review: Methods

Enumerations in Java

Enumerations in Java

Message type priority

Debugging Tools

How to debug Java programs

Object-oriented programming

Object-oriented programming: Basics

Classes & Objects

Different types of Classes, Abstract keyword and Abstract classes

Interfaces

Inheritance

Polymorphism and ‘final’ keyword

‘static’ keyword

Encapsulation

Object, JNI and Object class overview

SOLID principles overview & Single Responsibility Principle

Open / Closed Principle

Liskov Substitution Principle

Interface Segregation Principle

Dependency Inversion Principle

Practice: EXAM OOP & Object Oriented e-Commerce console applications

Exam and homework for OOP topic

Payments and Transacations processing

Books Management

Presents Management

Excpetion Handling

Exception Handling in Java

Java Collections Framework

Java Collections Framework: Overview

Collection Interface

Interfaces List, Set and Queue: Overview

List implementations – ArrayList, Vector, CopyOnWriteArrayList & Stack

LinkedList VS ArrayList, Big O Notation & Homework

LinkedList VS ArrayList – Performance Comparison

MyList implementation

Comparator and Comparable

Write your Custom Product Comparator

Iterable, Iterator & ListIterator

Implement custom Iterator

Queue and Deque

Implement back-end system of Help Desk for online store

Map Hierarchy

Hash Tables & HashMap

LinkedHashMap

LRU Cache

SortedMap, NavigableMap & TreeMap

Set Implementations (HashSet practice) & java.util.Colelctions class

Generics

Generics in Java

Parameterized custom List & iterators

JDK API

StringBuilder & StringBuffer

Bonus section

Bonus lesson