Skip to content

Coursework and practice exercises for Java programming covering variables, control flow, object-oriented programming, and data structures.

Notifications You must be signed in to change notification settings

MajorSTEM/Java-Programming-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programming Projects

Overview

This repository collects my coursework and practice exercises from Java programming. The projects cover fundamental topics such as variables, control flow, object‑oriented programming, data structures, and basic algorithms.

Structure

  • -- Chapter 1 – Introductory programs, variables, input/output.
  • Chapter 3 – Conditionals and loops exercises.
  • Chapter 4 – Arrays, strings, and simple classes.
  • Chapter 5 – More classes, inheritance, and polymorphism.
  • Chapter 7 – Error handling and file IO.

Each folder contains one or more .java files and a brief README describing the assignment. Most projects compile with a standard JDK 17.

How to Run

# Compile a specific project
javac Chapter3/Example.java

# Run the compiled class
java Chapter3.Example

Professional Value

Completing these assignments strengthened my grasp of core Java concepts, object‑oriented design, and problem‑solving. The code here reflects my progression from simple programs to more structured applications.

About

Coursework and practice exercises for Java programming covering variables, control flow, object-oriented programming, and data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages