Completed
25x - Learn Java Logical Operators (AND, OR, XOR, NOR) - Exercise 1
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 01 - Introduction to Java And How To Use This Course
- 2 02 - What is Java and How is it Compiled?
- 3 03 - Java Terminology - Learn Java Terms & Definitions
- 4 04 - Installing the Java Development Kit
- 5 05 - Compiling Our First Java Program
- 6 06 - Installing the Eclipse IDE
- 7 07 - Compiling Our First Program Using Eclipse IDE
- 8 07x - Learn Java - Exercise 1 - Compiling Java Code
- 9 08 - Examining a Simple Java Program in Detail
- 10 09 - Overview of the Eclipse IDE in Java Programming
- 11 10 - Commenting Code in Java Programming
- 12 11 - Learn Java - Insert New Lines and Tabs into Screen Output
- 13 11x - Learn Java - Exercise 1 - Output Screen Text Formatting
- 14 12 - Declaring and Using Integer Variables in Java
- 15 12x - Learn Java - Exercise 1 - Integer Variables
- 16 12y - Learn Java - Exercise 2 - Java Variables
- 17 13 - Basic Arithmetic with Integer Variables in Java
- 18 13x - Learn Java - Exercise 1 - Integer Arithmetic
- 19 13y - Learn Java - Exercise 2 - Integer Arithmetic
- 20 13z - Learn Java - Exercise 3 - Java Integers and Math
- 21 14 - Declaring and Using Floating-Point Variables in Java
- 22 14x - Learn Java - Floating Point Variables - Exercise 1
- 23 14y - Learn Java - Floating Point Variables - Exercise 2
- 24 15 - Single-Line IF Statements in Java Programming
- 25 15x - Learn Java "if" Statements - Exercise 1
- 26 15y - Learn Java 'IF' Statements - Exercise 2
- 27 16 - Single-Line FOR Loops in Java Programming
- 28 16x - Learn Java "for" Loops - Exercise 1
- 29 16y - Learn Java "for" Loops - Exercise 2
- 30 17 - Creating Blocks of Code with Curly Braces in Java
- 31 17x - Learn Java Code Blocks - Exercise 1
- 32 17y - Learn Java Code Blocks - Exercise 2
- 33 17z - Learn Java Code Blocks - Exercise 3
- 34 18 - More Integer Data Types (Int, Byte, Short, Long) in Java
- 35 18x - Learn Java Data Types - Exercise 1
- 36 19 - More Floating-Point Data Types in Java (Float and Double)
- 37 19x - Learn Java Float and Double Data Types - Exercise 1
- 38 20 - The Character Data Type in Java Programming
- 39 20x - Learn Java Character Data Type - Exercise 1
- 40 21 - The Boolean Data Type in Java
- 41 21x - Learn Java Boolean Data Type - Example1
- 42 22 - More on Declaring and Initializing Variables in Java
- 43 22x - Learn Java Initialize & Declare Variables - Exercise 1
- 44 23 - Variable Scope and Lifetime in Java
- 45 24 - Incrementing and Decrementing Variables in Java Code
- 46 24x - Learn to Increment & Decrement Variables in Java - Exercise 1
- 47 25 - Logical Operators (AND, OR, NOR, XOR) in Java Programming
- 48 25x - Learn Java Logical Operators (AND, OR, XOR, NOR) - Exercise 1
- 49 26 - Shortcut Arithmetic Assignments in Java
- 50 26x - Learn Java Shortcut Arithmetic Assignments - Exercise 1