Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 920 Bytes

File metadata and controls

39 lines (24 loc) · 920 Bytes

Java Challenges

This repository contains practical Java challenges and exercises developed during my learning journey using IntelliJ IDEA.

Objective

The goal of this repository is to practice and consolidate core Java fundamentals, improve problem-solving skills, and track my progress over time.

Topics Covered

  • Variables and Data Types
  • Control Flow (if, switch, loops)
  • Arrays and Collections (ArrayList)
  • User Input (Scanner)
  • Methods and Varargs
  • Basic Object-Oriented Programming (OOP)
  • Input validation and simple logic challenges

Projects

JDBC CRUD PostgreSQL

CRUD built with pure Java using JDBC and PreparedStatement.

OOP Bank System

A banking system simulation focused on encapsulation and inheritance.

Order Management OOP

An order management system focused on composition and polymorphism.

Technologies

  • Java
  • IntelliJ IDEA
  • Git & GitHub
  • PostgreSQL