| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Java Lessons - Fundamentals

Page history last edited by Steve Sweeney 9 years ago

Read Note - Install Dr.Java and install the Dr.Java IDE

Turing - Java Cheatsheet

 

All Java Lessons

 

[Java Program Framework]

 

Topic / Presentation
Notes
Tutorials & Code Examples
Exercises & Assignments
Input - Processing - Output

Simple Output

  1. Java - String Output
  2. Java - Numeric Output
  3. Java - Combined Output
  1. First Program - Hello World
  2. Note - String Output
  3. Note - Numeric Output 

Video Tutorial: Basic Output using println() and print()

- exercises attached to lesson

- exercises on wiki

Formatted Output

Quick Reference Sheet

  Formatted Output in Java
 

Variables & Data Types

  1. Java - Primitive Data Types
  2. Java - Variables
 

Video Tutorial - Variables in Java

exercises attached to lesson

Input, Variables, Output

  1. Java - Output of Variables
  2. Java - User Input

 

Note - User Input & Output
   
Java - Mathematical Operations Note - Mathematical Operations  Video Tutorial - Mathematical Operators & Modulo Division 

[Calculation Exercises]

[Function Exercises]

[Modulo Exercises]

Java - Random Numbers Note - Random Numbers    
Selection in Java   Video Tutorial Series - Decision/Selection Structures (by Stirling Crow)   selection exercises 

Conditional Statements - Comparing Values

  1. Java - Introduction to Selection & Decisions 
  2. Java - Boolean Operations & Logic
  3. Java - Comparing Strings
  1. Note - Boolean Operations & Logic
  2. Note - Comparing Values
  3. Note - Comparing Strings

 

Video Tutorial - Comparing Strings  

Selection Statements - If & If/Else

  1. Java - Introduction to Selection & Decisions
  2. Java - Nested IF Statements

Note - Simple IF Statements

 

 
exercises attached to lesson

Selection Statements - Switch/Case in Java

Java Presentation - Switch/Case Statements

Note - Case Statements

 

   
Repetition in Java  

Video Tutorial Series - Loops (by Stirling Crow)

Video: Loops

 
Java - While Loops (test at beginning)  Note - While Loops
Video: While Loops 
exercises
Java - Do Loops (test at end)  
  Exercises - Do Loops
Java - For Loops (counted loops)  Note & Exercises - For Loops Video: For Loops
exercises attached to lesson

 

 

Comments (0)

You don't have permission to comment on this page.