Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ Java Code Collection

Welcome to my personal Java repository! This space serves as an archive of my Java programming journey, containing various scripts, projects, and academic assignments.

🚀 Overview

In this repository, you will find code demonstrating my understanding of Core Java concepts, Object-Oriented Programming (OOP), and general problem-solving exercises. It is a mix of practice files, university coursework, and standalone scripts that I use to refine my backend development skills.

📂 Expected Structure

(You can organize your files into these suggested folders as your repo grows)

  • OOP_Concepts/ - Examples of Inheritance, Polymorphism, Encapsulation, and Abstraction.
  • Data_Structures/ - Implementations of arrays, lists, and basic algorithms.
  • Academic_Work/ - Code written for university assignments and practical exams.
  • Misc/ - One-off scripts and quick daily coding exercises.

🛠️ Prerequisites

To run these programs, you will need the following installed on your local machine:

  • Java Development Kit (JDK): Version 8 or higher (Java 17+ recommended).
  • An IDE (like IntelliJ IDEA, Eclipse, or VS Code) OR a standard terminal/command prompt.

💻 How to Compile and Run

If you are using a terminal, you can compile and run any of the .java files using the following standard commands:

  1. Compile the code:

About

A collection of Java programs focusing on algorithmic problem-solving, custom exception handling, and the implementation of standard Operating System scheduling algorithms (FCFS, LRU)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages