Java SE 9, Part 2 of 14: IntelliJ and Operators
Interactive

Java SE 9, Part 2 of 14: IntelliJ and Operators

LearnNow Online
Updated Nov 04, 2018

Course description

Welcome to the Java 9 Master course. whether you've programmed before or never had programming experience, by the end of this series you'll be able to write sophisticated real world java applications. This course covers about java, how to use the IDE and explains basic operators and loops.

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 for beginners and programmers with experience alike.


Meet the expert

Paulo Dichone

Paulo Dichone graduated from Whitworth University with a B.S in Computer Science in 2009 and has worked building Android and iOS mobiles apps as well as web applications. Since 2014 he's been an online instructor teaching over 40,000 students from 170 countries in how to program Java and build Android Applications.

Video Runtime

159 Minutes

Time to complete

298 Minutes

Course Outline

About Java

IntelliJ IDE (13:52)

  • Introduction (00:08)
  • Explore Eclipse (06:24)
  • Explore InteliJ (07:12)
  • Summary (00:08)

About Java (24:42)

  • Introduction (00:08)
  • Whats Java (02:18)
  • Java Compilation Process Cont. (01:11)
  • Integers and Concatenation (05:24)
  • Float , Chars, Double, Short (12:43)
  • Booleans (02:49)
  • Summary (00:08)
Operators

Basic Operators (24:46)

  • Introduction (00:08)
  • Basic Operations (06:50)
  • Division (06:23)
  • If Statements and Relational Operators (05:38)
  • Relational Operators (03:12)
  • Less Than (02:26)
  • Summary (00:08)

Loops And Parameters (24:10)

  • Introduction (00:08)
  • For and While Loops (04:40)
  • Remainder (07:12)
  • Intro to Methods and Parameters (06:16)
  • Parameters (05:44)
  • Summary (00:08)
Intro To Classes

Return Types (13:25)

  • Introduction (00:08)
  • Introduction to Methods - Return types (06:51)
  • Return a string (06:17)
  • Summary (00:08)

Intro To Classes and Objects (24:13)

  • Introduction (00:08)
  • Intro to Classes and Objects (07:56)
  • Behaviors (07:03)
  • Access Modifiers (08:57)
  • Summary (00:08)

Getters And Setters (13:12)

  • Introduction (00:08)
  • Getters and Setters (06:08)
  • Using a Method (06:48)
  • Summary (00:08)

Constructors And Overloading (20:40)

  • Introduction (00:08)
  • Intro to Constructors (07:31)
  • Constructor Parameters (07:21)
  • Overloading Constructors (05:31)
  • Summary (00:08)
;