Learn your way! Get started

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

with expert Paulo Dichone


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 10/30/2018
Level Beginner
Runtime 2h 39m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



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.

Prerequisites

This course is for beginners and programmers with experience alike.

Meet the expert

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.

Course outline



About Java

IntelliJ IDE (13:52)
  • Introduction (00:08)
  • Explore Eclipse (06:24)
  • Explore IntelliJ (07:12)
  • Summary (00:08)
About Java (24:42)
  • Introduction (00:08)
  • What is 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)
Intro to Constructors (15:16)
  • Introduction (00:08)
  • Intro to Constructors (07:31)
  • Constructor Parameters (07:29)
  • Summary (00:08)
Getters And Setters Overloading (18:35)
  • Introduction (00:08)
  • Getters And Setters Overloading (06:08)
  • Using a Method (06:49)
  • Overloading Constructors (05:22)
  • Summary (00:08)