A collection of beginner-friendly Java programs designed to strengthen my core understanding of Java programming. This repository covers essential Java concepts — from syntax and control flow to arrays, strings, and common interview questions.
- ✅ Print even/odd numbers in a range
- ✅ Find maximum and minimum elements in an array
- ✅ Count vowels in a string
- ✅ Reverse a string or number
- ✅ Check if a string is a palindrome
- ✅ Pattern printing (pyramids, diamonds, stars)
To demonstrate my understanding of core Java programming concepts through small, structured programs. This repository helps in:
- Strengthening fundamentals
- Preparing for interviews
- Improving problem-solving skills
Java-Programs/
├── basic/
├── arrays/
├── loop_and_condition/
├── numbers/
├── Swing/
└── README.mdEach folder contains focused programs categorized by topic for better learning and navigation.
Seshathri ⭐ Feel free to fork, star, or contribute improvements!