Skip to content

Commit 894af14

Browse files
Add README.md with Core Java programs details
1 parent 2b93ace commit 894af14

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Core Java Programs
2+
3+
## Description
4+
This repository contains multiple Core Java programs for practice and learning.
5+
It includes programs on arrays, patterns, recursion, functions, operators, keywords, loops, control statements, strings, StringBuilder, sorting algorithms, bit manipulation, mathematical operations, odd/even checks, prime number checks, multiplication tables, and more.
6+
7+
## Technologies
8+
- Java SE
9+
- Core Java concepts (OOP, loops, arrays, recursion, functions, operators, strings)
10+
- Optional: Any IDE like VS Code or IntelliJ IDEA
11+
12+
## Programs List (Topics Covered)
13+
1. **Arrays** – Basic operations, traversals, and manipulations
14+
2. **Patterns** – Star, number, and character patterns
15+
3. **Recursion** – Factorial, Fibonacci, and other recursive problems
16+
4. **Functions / Methods** – Custom functions and method calls
17+
5. **Operators & Keywords** – Arithmetic, logical, and relational operations
18+
6. **Loops & Control Statements** – for, while, do-while, if-else, switch-case
19+
7. **Strings & StringBuilder** – String manipulations, concatenation, reverse
20+
8. **Sorting Algorithms** – Bubble sort, selection sort, insertion sort
21+
9. **Bit Manipulation** – Bitwise operations, shifts, AND, OR, XOR
22+
10. **Mathematical Operations** – Odd/even checks, prime numbers, multiplication tables
23+
11. **Other small programs** – Miscellaneous coding exercises
24+
25+
## How to Run
26+
1. Clone the repository:
27+
```bash
28+
git clone https://github.com/username/Core-Java-Programs.git

0 commit comments

Comments
 (0)