Java SE 8 Programmer Video Course

1z0-808: Java SE 8 Programmer

Your Oracle 1z0-808 exam is just around the corner, right? So, it's high time to find an effective preparation tool! Our training course is what you really need! This is a series of videos led by the experienced IT instructors who will provide you with a detailed overview of the 1z0-808 certification test. Ace your Oracle 1z0-808 at the first attempt and obtain the Java SE 8 Programmer credential with ease.

# of Students
108
# of Lectures
143
Course Length
11 h
Course Rating
4.5
Price $27.49
Today $24.99

Curriculum for 1z0-808 Video Course

Welcome!

  Video Name Time
  1. Course Overview 01:43
  2. Installing the Java SE Development Kit 8 (JDK) 03:13
  3. Installing Eclipse 07:53
  Video Name Time
  1. Section Overview 00:26
  2. The Features of the Java Programming Language 04:43
  3. The Java Platform 05:49
  4. Editions and Versions 08:44
  5. The Java Development Kit (JDK) 03:39
  6. Your First Java Program - Part 1 (Code) 13:01
  7. Your First Java Program - Part 2 (Compilation and Execution) 04:54
  8. Hello World Lab & Lab Files 02:46
  9. Java API Documentation (Javadocs) 03:08
  Video Name Time
  1. Section Overview 00:22
  2. Object Oriented Programming (OOP) 06:02
  3. Objects vs. Primitives 11:18
  4. Stack & Heap 02:56
  5. Using Objects 15:00
  6. Initializing Data 06:35
  7. Creating Object Types - Part 1 03:56
  8. Creating Object Types - Part 2 07:18
  9. Creating Object Types - Part 3 06:07
  10. Building Constructors 07:24
  11. Default Constructor 04:14
  12. Initialization Blocks 06:08
  13. Introduction to Objects Lab 01:03
  Video Name Time
  1. Section Overview 00:17
  2. Static Variables 09:59
  3. Static Methods 08:31
  4. Static Initialization Block 03:50
  5. "this" - Part 1 08:08
  6. "this" - Part 2 06:59
  7. "this" - Part 3 06:10
  8. Scope - Part 1 06:11
  9. Scope - Part 2 07:57
  10. Garbage Collection 05:54
  11. Java Memory Leaks 03:38
  12. Static Lab 00:38
  Video Name Time
  1. Section Overview 00:17
  2. Packages 15:09
  3. Classpath 05:03
  4. JARs 06:40
  5. Packages Lab 00:33
  Video Name Time
  1. Section Overview 00:33
  2. Coding Standards 08:36
  3. Comments 03:03
  4. Javadoc 05:41
  5. Primitive Data Types 07:52
  6. Primitive Literals 05:07
  7. Primitive Conversion 09:18
  8. Big Numbers 03:33
  9. Primitives Lab 00:29
  Video Name Time
  1. Section Overview 00:20
  2. Condtionals - If / Else If / Else 07:56
  3. Conditionals - Switch 06:18
  4. Operators: Part 1 11:17
  5. Operators: Part 2 05:27
  6. Loops 07:35
  7. Break, Continue, and Labels 07:15
  8. Enumerations (enum) 08:22
  9. Java Syntax Lab 00:42
  Video Name Time
  1. Section Overview 00:18
  2. String Objects 06:02
  3. String Operations and Operators 05:26
  4. Immutable Strings 06:55
  5. Pass By Value: Primitives 08:14
  6. Passing By Value: Objects 04:56
  7. Passing By Value Lab 00:41
  Video Name Time
  1. Section Overview 00:22
  2. Encapsulation and Data Hiding 07:41
  3. Getters and Setters: Part 1 06:26
  4. Getters and Setters: Part 2 03:22
  5. Access Modifiers 07:02
  6. Encapsulation Lab 00:33
  Video Name Time
  1. Section Overview 00:20
  2. Inheritance: Part 1 03:34
  3. Inheritance: Part 2 06:57
  4. Chaining Constructors 11:30
  5. Overloading Methods 07:00
  6. Overriding Methods 08:17
  7. Covariant Returns 01:30
  8. The Three Faces of Final 05:30
  9. Inheritance Lab 00:41
  Video Name Time
  1. Section Overview 00:26
  2. Polymorphism Demo 08:00
  3. Polymorphism: Part 1 07:17
  4. Polymorphism: Part 2 07:02
  5. Benefits of Polymorphism 08:19
  6. Object Type Casting 06:13
  7. The Object Class 11:40
  8. Polymorphism Lab 00:36
  Video Name Time
  1. Section Overview 00:23
  2. Abstract Classes: Part 1 07:19
  3. Abstract Classes: Part 2 05:17
  4. Interfaces: Part 1 06:16
  5. Interfaces: Part 2 11:22
  6. Interfaces: Part 3 06:27
  7. Abstract Classes and Interfaces Lab 00:55
  Video Name Time
  1. Section Overview 00:18
  2. Marker and Functional Interfaces 03:44
  3. Lambda Expressions 07:22
  4. Predicate 02:32
  5. Static Imports 05:06
  6. Lambda Expressions Lab 00:30
  Video Name Time
  1. Section Overview 00:21
  2. LocalDate 08:03
  3. LocalTime, LocalDateTime, and Period 08:49
  4. DateTimeFormatter 08:14
  5. Dates and Time Lab 00:44
  Video Name Time
  1. Section Overview 00:30
  2. Arrays 11:15
  3. Polymorphism Revisited 06:49
  4. Multi-Dimensional Arrays 04:14
  5. Sorting and Searching Arrays 03:27
  6. Common Array Mistakes 03:09
  7. Varargs 03:00
  8. Arrays Lab 00:21
  Video Name Time
  1. Section Overview 00:22
  2. When Arrays Are Not Enough 03:36
  3. Collections 05:04
  4. The Collection Interface 02:51
  5. Iterator 03:45
  6. Lists 04:08
  7. Sets 03:33
  8. Queues 05:42
  9. Deques 03:30
  10. Maps 07:28
  11. Collections Lab 00:44
  Video Name Time
  1. Section Overview 00:11
  2. Limitations of Collections 05:20
  3. Generics and Autoboxing 05:46
  4. Diamond Operator 02:05
  5. Sorting and Searching Collections 01:32
  6. Comparable 04:17
  7. Comparator 03:17
  8. More With Collections Lab 00:32
  Video Name Time
  1. Section Overview 00:21
  2. Throwable 02:49
  3. Catching Exceptions 05:43
  4. Finally Block 04:15
  5. The Exception Object 01:46
  6. Unchecked (Runtime) vs. Checked Exceptions 04:36
  7. Creating Exceptions 02:17
  8. Exception Handling Lab 00:24

Student Feedback

5 Stars
4 Stars
3 Stars
2 Stars
1 Star
4.5
Rating: 4.5
Overall Rating: Good.

Similar Courses

Only Registered Members can View Training Courses

Please fill out your email address below in order to view Training Courses. Registration is Free and Easy, You Simply need to provide an email address.

  • Trusted by 1.2M IT Certification Candidates Every Month
  • Hundreds Hours of Videos
  • Instant download After Registration

Already Member? Click here to Login

A confirmation link will be sent to this email address to verify your login

1200+ IT Certification Exams available: Get a free sample of any exam right now!
Try Free Demo

Try Free Demo

  • ABA
  • ACAMS
  • ACFE
  • ACI
  • ACSM
  • Adobe
  • AHIP
  • AHLEI
  • AICPA
  • AIWMI
  • Alfresco
  • Alibaba
  • AMA
  • Amazon
  • AndroidATC
  • APBM
  • API
  • APICS
  • Apple
  • Arista
  • ASIS
  • ASQ
  • Atlassian
  • Autodesk
  • Avaya
  • Axis Communications
  • BACB
  • BCS
  • Blockchain
  • Blue Coat
  • Blue Prism
  • C++ Institute
  • CA Technologies
  • CertNexus
  • Checkpoint
  • CIMA
  • Cisco
  • Citrix
  • CIW
  • Cloudera
  • CNCF
  • CompTIA
  • CSA
  • CyberArk
  • Databricks
  • Dell
  • DMI
  • DSCI
  • EMC
  • Esri
  • Exin
  • Extreme Networks
  • F5
  • FileMaker
  • FINRA
  • Fortinet
  • GAQM
  • GARP
  • Genesys
  • GIAC
  • Google
  • Guidance Software
  • H3C
  • HashiCorp
  • HFMA
  • HIPAA
  • Hitachi
  • HP
  • HRCI
  • Huawei
  • IAPP
  • IBM
  • IFPUG
  • IIA
  • IIBA
  • Informatica
  • Isaca
  • iSAQB
  • ISC
  • iSQI
  • ISTQB
  • ITIL
  • Juniper
  • Lenovo
  • Linux Foundation
  • Logical Operations
  • LPI
  • Magento
  • Marketo
  • McAfee
  • Microsoft
  • Mirantis
  • Mulesoft
  • NACVA
  • NCMA
  • NetSuite
  • Network Appliance
  • NI
  • Nokia
  • Novell
  • Nuage Networks
  • Nutanix
  • OMG
  • Oracle
  • Palo Alto Networks
  • Pegasystems
  • PEOPLECERT
  • PMI
  • PRINCE2
  • Pulse Secure
  • Python Institute
  • QlikView
  • RedHat
  • Riverbed
  • RSA
  • Salesforce
  • SANS
  • SAP
  • SAS Institute
  • Scrum
  • SDI
  • ServiceNow
  • Six Sigma
  • Slack
  • SNIA
  • Snowflake
  • SOA
  • Software Certifications
  • SolarWinds
  • Splunk
  • SpringSource
  • Symantec
  • Teradata
  • Test Prep
  • The Open Group
  • Tibco
  • UiPath
  • Unity Certification
  • VCE
  • Veeam
  • Veritas
  • Vmedu
  • VMware
  • WatchGuard
  • WorldatWork
  • Zend
Next Step
Next Step

Try Free Demo

  • Oracle
Next Step
Next Step