Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 622 Bytes

File metadata and controls

25 lines (11 loc) · 622 Bytes

Java Practice Programs

This repository contains a collection of Java programs that I practiced during my semester course. These programs cover a variety of fundamental and intermediate-level concepts in Java, designed to strengthen my understanding of the language.

Topics Covered

--> Basic Java Syntax

--> Control Statements (if-else, switch, loops)

--> Functions / Methods

--> Arrays & Strings

--> Exception Handling

--> Collections Framework (ArrayList, HashMap, etc.)

--> Miscellaneous Practice Problems

Files may contain multiple functions/methods for learning and revision purposes.