Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.76 KB

README.md

File metadata and controls

70 lines (51 loc) · 1.76 KB

Java Homework Assignments [WIP]

A collection of my homework assignments from my Java and Advanced Java progamming courses taken at OCCC.

About This Repository

I wanted to create a few repositories to showcase the assignments I worked on throughout my education. This repository will host my Java assignments. I will admit I am uploading these projects way after I have already finished the courses, so I will do my best to explain what the purpose of each assignment was. Please do not use or copy my code if you are taking either the Java or Advanced Java class at OCCC.

Assignments

Brief sypnosis of the assignments. [WIP]

Assignment ISBN

Stock Selector

Magic 8 Ball

Base Conversion

Sieve of Eratosthenes

Square Puzzle Reader

Recursion

Classes - Shapes

Four Widgets

Serialization

Concurrency

Generic Insertion Sort

Iterators on Linked Lists

Sorting

Advanced Java Final Programming Project

Getting Started

To get a local copy of my assignments up and running follow these simple example steps.

Prerequisites

You will need the following.

  • Java OpenJDK JDK 21
  • Terminal / Powershell

Installation

  1. clone this repo
  2. cd to the desired project folder
  3. compile the main java file
javac filename.java
  1. execute the program
javac filename

Usage

This is only to showcase my work and nothing more. Please do not use or copy my code if you are taking either the Java or Advanced Java class at OCCC.

(back to top)