* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Java Certification Exam Prep: Oca (1Z0-808) & Ocp (1Z0-829)  (Lida 25 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115946
  • Karma: +0/-0

Java Certification Exam Prep: Oca (1Z0-808) & Ocp (1Z0-829)
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.74 GB | Duration: 9h 28m

This course will give you full theoretical preparation to get you certified in Java.

What you'll learn
Acquire a solid understanding of Java programming language and Object-oriented programing (OOP)
Full theoretical preparation to pass Oracle Certified Associate (OCA), Java SE 8 Programmer exam (1Z0-808)
Full theoretical preparation to pass Oracle Certified Professional (OCP): Java SE 17 Developer exam (1Z0-829)
Exam tricks, learning guidelines, and much more...
All presentation materials availible for download as PDF files

Requirements
No prior experience in Java programming is needed.

Description
NOTE: This course is still being updated with new chapters. I have completed all chapters related to the OCA exam, but there will still be some new chapters for OCP. For that reason I am offering the course for a lowest possible price, until it is completely finished (due date: July 2023).This course is designed to give you full theoretical preparation to get you certified in Java.In one single course you will find all you need in order to pass your Oracle Certified Associate (OCA) 1Z0-808 and Oracle Certified Professional (OCP) 1Z0-829 exams.If you are a candidate for the OCA exam, you should only watch the lessons which are marked with[OCA], and if you are aspiring to get the OCP certificate, you should watch all lessons.After you complete the course, you should practice and test your knowledge and problem solving skills with mock exams. My personal recommendation is to use Enthuware, but there are plenty of other resources out there as well.This course will cover following topics:Building Blocks of Java program[OCA]Operators[OCA]Flow Control[OCA]Strings[OCA]Arrays[OCA]Date and Time[OCA]Methods[OCA]Class Design[OCA]Abstract Classes & Interfaces[OCA]Lambdas[OCA]Collections[OCA]Exceptions[OCA]Math APIsBeyond Classes*Generics*Streams*Localization*Modules*Concurrency*I/O*JDBC** these chapters are still in production (due date: July 2023)All presentation materials are available for download as PDF files!I strongly encourage you to try out all the examples given in the course, and also to play around with the code to further explore the possibilities coding in Java. You can do this on your local computer by downloading JDK 8 (for OCA candidates) or JDK 17 (for OCP candidates) from Oracle or OpenJDK and using your favorite IDE. I recommend IntelliJ, but Eclipse or NetBeans will do the job as well.Even quicker option is to use online compilers. My favorites are JDoodle and OneCompiler. This is the fastest way to try out small pieces of code.My name is Luka Popov and I'll be your instructor for this course. I am fully certified Java Developer (Oracle Certified Associate: Java SE 8 Programmer, Oracle Certified Professional: Java SE 17 Developer), with PhD in theoretical physics. I have 10+ years of teaching experience on university level, and 5+ years as a professional software developer. Currently I work as a senior Java developer in a telecom company.Have a nice learning and don't hesitate to contact me if you have any further questions.

Overview
Section 1: Introduction

Lecture 1 Introduction

Section 2: Building Blocks[OCA]

Lecture 2 The Environment[OCA]

Lecture 3 Class Structure[OCA]

Lecture 4 The main() method[OCA]

Lecture 5 Packages[OCA]

Lecture 6 Compile, Run and Archive[OCA]

Lecture 7 Objects[OCA]

Lecture 8 Data Types[OCA]

Lecture 9 Text Blocks

Lecture 10 Variables[OCA]

Lecture 11 Local Variable Type Inference (LVTI)

Lecture 12 Garbage Collector[OCA]

Section 3: Operators[OCA]

Lecture 13 Operators in Java[OCA]

Lecture 14 Unary Operators[OCA]

Lecture 15 Binary Operators[OCA]

Lecture 16 Assignment Operator[OCA]

Lecture 17 Comparison Operators[OCA]

Section 4: Flow Control[OCA]

Lecture 18 If-Else Statement[OCA]

Lecture 19 Switch Statement[OCA]

Lecture 20 Switch Expression

Lecture 21 While Loop[OCA]

Lecture 22 Do/While Loop[OCA]

Lecture 23 For Loop[OCA]

Lecture 24 For-Each Loop[OCA]

Section 5: Strings[OCA]

Lecture 25 String Methods[OCA]

Lecture 26 StringBuilder[OCA]

Lecture 27 String Pool[OCA]

Section 6: Arrays[OCA]

Lecture 28 Creating an Array[OCA]

Lecture 29 Sorting, Searching & Comparing Arrays[OCA]

Lecture 30 Multidimensional Arrays[OCA]

Section 7: Date and Time[OCA]

Lecture 31 Creating Dates and Times[OCA]

Lecture 32 Methods on Dates and Times[OCA]

Lecture 33 Period, Duration, Instant[OCA]

Section 8: Methods[OCA]

Lecture 34 Defining Methods[OCA]

Lecture 35 Local and Instance Variables[OCA]

Lecture 36 Variable Arguments (Varargs)[OCA]

Lecture 37 Access Modifiers[OCA]

Lecture 38 Static Members[OCA]

Lecture 39 Boxing and Unboxing[OCA]

Lecture 40 Overloading Methods[OCA]

Section 9: Class Design[OCA]

Lecture 41 Inheritance[OCA]

Lecture 42 Creating Classes[OCA]

Lecture 43 Creating Constructors[OCA]

Lecture 44 Using this() and super()[OCA]

Lecture 45 Initializing Objects[OCA]

Lecture 46 Inheriting Members[OCA]

Section 10: Abstract Classes & Interfaces[OCA]

Lecture 47 Abstract Classes[OCA]

Lecture 48 Interfaces[OCA]

Section 11: Lambdas[OCA]

Lecture 49 Functional Interfaces and Lambdas[OCA]

Lecture 50 Using Predicate with Lambda[OCA]

Section 12: Collections[OCA]

Lecture 51 Common Collection Methods

Lecture 52 List Interface[OCA]

Section 13: Exceptions[OCA]

Lecture 53 Understanding and Handling Exceptions[OCA]

Section 14: Math APIs

Lecture 54 Math API Methods

Candidates for Oracle Certified Associate, Java SE 8 Programmer,Candidates for Oracle Certified Professional: Java SE 17 Developer

rapidgator.net:
Citar
https://rapidgator.net/file/fbef10ebd5793eb4b4be0c6cf43aee49/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part1.rar.html
https://rapidgator.net/file/f16882682eebd3f124b0b6859e48fd23/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/4B24c2fcCd9570ec/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part1.rar
https://uploadgig.com/file/download/AaD89384cb50Daa4/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/8153EE6C38B85B4/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part1.rar
https://nitroflare.com/view/F3FA65B18C3C47E/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part2.rar

1dl.net:
Citar
https://1dl.net/j0cz3t7r9aji/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part1.rar
https://1dl.net/1fssb0zdoatn/foiee.Java.Certification.Exam.Prep.Oca.1Z0808..Ocp.1Z0829.part2.rar