Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Blender
30-Day Money-Back Guarantee

This course includes:

  • 11.5 hours on-demand video
  • 22 articles
  • 18 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Java

Complete Java SE 8 Developer Bootcamp - OCA Prep Included

Master the Foundations of Java and the Topics of the Oracle Certified Associate, Java SE 8 Programmer Exam (1Z0-808)
Bestseller
Rating: 4.5 out of 54.5 (6,137 ratings)
22,477 students
Created by Intertech Training, Jeff Jensen
Last updated 12/2016
English
English [Auto], Spanish [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Read and write basic command line programs in Java
  • Know how to use an Integrated Development Environment (Eclipse) to develop and debug programs
  • Generate HTML based documentation (Javadoc) for code
  • Gain a solid understanding of the topics covered in the exam to become an Oracle Certified Associate, Java SE 8 Programmer (Java SE 8 Programmer I 1Z0-808)
Curated for the Udemy for Business collection

Course content

18 sections • 165 lectures • 11h 49m total length

  • Preview01:43
  • Installing the Java SE Development Kit 8 (JDK)
    03:13
  • Installing Eclipse
    07:53

  • Section Overview
    00:25
  • The Features of the Java Programming Language
    04:43
  • The Java Platform
    05:49
  • The Java Platform
    3 questions
  • Editions and Versions
    08:43
  • The Java Development Kit (JDK)
    03:39
  • Your First Java Program - Part 1 (Code)
    13:00
  • Java Class and the "main" Method
    6 questions
  • Your First Java Program - Part 2 (Compilation and Execution)
    04:54
  • Hello World Lab & Lab Files
    02:45
  • Java API Documentation (Javadocs)
    03:08

  • Section Overview
    00:22
  • Object Oriented Programming (OOP)
    06:02
  • Objects vs. Primitives
    11:18
  • Objects vs. Primitives Addendum
    00:21
  • Stack & Heap
    02:56
  • Using Objects
    15:00
  • Q & A: "Member"
    00:14
  • Initializing Data
    06:35
  • Creating Object Types - Part 1
    03:56
  • Working with the Car Type
    4 questions
  • Creating Object Types - Part 2
    07:18
  • Preview06:06
  • A note on "void"
    00:21
  • Building Constructors
    07:24
  • Constructors and Default Values
    4 questions
  • Default Constructor
    04:14
  • Q & A: Default vs. "No-Arg" Constructor
    00:12
  • Initialization Blocks
    06:08
  • Introduction to Objects Lab
    01:02

  • Section Overview
    00:17
  • Static Variables
    09:59
  • Static Methods
    08:31
  • Static Reference Variables and null
    00:48
  • Using Static Variables and Methods
    2 questions
  • Static Initialization Block
    03:49
  • What's the Value?
    1 question
  • Quiz Explanation & Note About the Next Lecture
    01:34
  • Preview08:07
  • "this" - Part 2
    06:59
  • "this" - Part 3
    06:10
  • Scope - Part 1
    06:11
  • Scope - Part 2
    07:57
  • Garbage Collection
    05:53
  • Java Memory Leaks
    03:38
  • Static Lab
    00:38

  • Section Overview
    00:16
  • Packages
    15:08
  • Packages and Imports
    3 questions
  • Classpath
    05:03
  • More on Classpath
    01:06
  • JARs
    06:40
  • Packages Lab
    00:33

  • Section Overview
    00:32
  • Coding Standards
    08:36
  • Comments
    03:03
  • Javadoc
    05:40
  • Identifiers and Comments
    2 questions
  • Primitive Data Types
    07:52
  • Primitive Literals
    05:07
  • Primitive Conversion
    09:17
  • Primitives
    3 questions
  • Big Numbers
    03:33
  • Primitives Lab
    00:29

  • Section Overview
    00:20
  • Condtionals - If / Else If / Else
    07:56
  • More on If/Else If/Else Statements
    01:34
  • Conditionals - Switch
    06:18
  • More on Switch
    01:26
  • Operators: Part 1
    11:17
  • Operators: Part 2
    05:27
  • More Operator Examples
    01:16
  • Loops
    07:35
  • Break, Continue, and Labels
    07:15
  • Enumerations (enum)
    08:22
  • Java Syntax Lab
    00:42

  • Section Overview
    00:18
  • String Objects
    06:02
  • String Operations and Operators
    05:26
  • Immutable Strings
    06:55
  • Concatenation Operator
    00:19
  • Working with Strings
    4 questions
  • Pass By Value: Primitives
    08:14
  • Passing By Value: Objects
    04:55
  • Passing By Value Lab
    00:41

  • Section Overview
    00:21
  • Encapsulation and Data Hiding
    07:41
  • Getters and Setters: Part 1
    06:26
  • Getters and Setters: Part 2
    03:22
  • Access Modifiers
    07:02
  • Encapsulation
    3 questions
  • Encapsulation Lab
    00:33

  • Section Overview
    00:19
  • Inheritance: Part 1
    03:34
  • Inheritance: Part 2
    06:57
  • Chaining Constructors
    11:30
  • More On "Protected"
    01:30
  • Super and the First Statement Rule
    00:25
  • Overloading Methods
    07:00
  • Overriding Methods
    08:17
  • Covariant Returns
    01:30
  • The Three Faces of Final
    05:30
  • Revisiting the Switch Statement
    00:40
  • Know This For The Exam: Class/Object Invocation Order
    02:32
  • Inheritance Lab
    00:41

Requirements

  • You should have basic computer skills (comfortable working with a command prompt or terminal, installing software, setting environment variables, etc.)
  • If you don't have any previous programming experience, you may find it helpful to read a brief introduction on the basic concepts (variables, functions, and control structures), such as the one found at http://codingintro.com/

Description

Java is one of the most popular programming languages used in professional application development. As such, there is an extensive job market available to those who master its syntax. However, mastering a language as complex and vast as Java requires a developer to start with a solid programming foundation.  This class provides that foundation.  Those who are looking to start a career in software development, or developers who are looking to increase their marketability by learning the nuts and bolts of Java, will benefit from taking this course. To start the student on the “right track,” the lectures and labs go beyond basic syntax by including best practices and object oriented programming idioms.  In addition, the topics covered help prepare students for the Oracle Certified Associate, Java Programmer SE 8 exam (a certification which demonstrates to potential employers a fundamental level of proficiency with the language).  However, do note that this course is just as appropriate for someone who is not interested in taking the exam; if you want to learn Java, this is the course for you!

Who this course is for:

  • Developers who are looking to increase their marketability by learning the nuts and bolts of Java
  • Those who are looking to start a career in software development
  • Anyone looking to prepare for the exam to become an Oracle Certified Associate, Java Programmer SE 8 (Java SE 8 Programmer I 1Z0-808)

Instructors

Intertech Training
Teaching & Training on Software Development Since 1991
Intertech Training
  • 4.5 Instructor Rating
  • 6,137 Reviews
  • 22,473 Students
  • 1 Course

Intertech's blend of doing, teaching, and mentoring has empowered individuals and technology teams in startups, small businesses, Fortune 500 corporations and government agencies since 1991. Our training team guides 1000s of software developers yearly through courses in Java, .NET, Web Development, Agile, and Mobile technologies. We offer students a full range of learning options by delivering software development training in classrooms, live online, on-site, and on-demand.

Jeff Jensen
JJ
  • 4.5 Instructor Rating
  • 6,137 Reviews
  • 22,477 Students
  • 1 Course

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.