Java SE: Objects, Classes, and Constructors, Part 2 of 18
Interactive

Java SE: Objects, Classes, and Constructors, Part 2 of 18

LearnNow Online
Updated Oct 29, 2018

Course description

Java was introduced many years ago not for the internet but has since expanded to be an industry standard for web pages. This course introduces the Java programming language and how to develop Java applications using Eclipse. You will learn the syntax of the Java programming language, object-oriented programming using Java, classes, constructors, class methods and control structures.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for programmers who are interested in adding Java to their skills. The students should be familiar with object-oriented principals and the concept of object-oriented programming.


Meet the expert

Gene Van Sant

Gene Van Sant has over two decades of experience as a software/systems implementer and solutions integration architect. He has experience as a contractor and maintains instructor certifications from IBM and others. Gene balances his career between implementing and automating full blown real world solutions and teaching classes/workshops on emerging technologies and products. This allows Gene to gain valuable extensive real world experience while also staying ahead of the wave with cutting-edge expertise.

Video Runtime

94 Minutes

Time to complete

134 Minutes

Course Outline

Basic Object Concepts

Basic Object Concepts (43:27)

  • Introduction (01:22)
  • What Is An Object? (01:03)
  • State (00:40)
  • Behavior (00:32)
  • Encapsulation (00:49)
  • Encapsulation Examples (00:46)
  • Classes vs. Objects (01:11)
  • Inheritance (01:59)
  • Demo: Inheritance (15:18)
  • Polymorphism (02:20)
  • Demo: Polymorphism (05:24)
  • Interfaces (03:19)
  • Benefits Of Objects (04:08)
  • Demo: Benefits Of Objects (03:42)
  • Summary (00:48)
Basic Java Syntax

Basic Java Syntax (50:59)

  • Introduction (01:03)
  • Declaring and Initializing Variables (02:00)
  • Keywords (02:40)
  • Coding Tips - Variables (01:59)
  • Primitive Data Types (00:53)
  • Logical - boolean (01:06)
  • Textual - char and String (00:59)
  • Integral - byte, short, int, long (01:08)
  • Floating Point - float and double (00:47)
  • Literal Values (01:41)
  • Strings (01:19)
  • Creating Strings (00:33)
  • White Space (00:47)
  • Comments (01:25)
  • Demo: Comments (06:57)
  • Coding Tips - Comments (01:22)
  • Java Statements (00:27)
  • Coding Tips - Statements (00:44)
  • Scope of a Variable (02:47)
  • System.out/System.in (02:17)
  • Scanner Class (02:44)
  • Demo: Scanner Class (14:28)
  • Summary (00:41)
;