-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.35 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Java Programming Practice | Core Java Examples</title>
<meta name="description" content="A complete Java programming practice repository covering basics, arrays, strings, loops, OOP concepts, and problem-solving examples.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Java Programming Practice</h1>
<p>
This repository contains Java programming practice problems and examples,
starting from basic concepts to intermediate problem-solving.
</p>
<h2>Topics Covered</h2>
<ul>
<li>Java Basics</li>
<li>Control Statements</li>
<li>Arrays</li>
<li>Strings</li>
<li>Object-Oriented Programming</li>
<li>Practice Problems</li>
</ul>
<h2>Repository</h2>
<p>
View the full source code on GitHub:
<a href="https://github.com/curious-vasavi/Java_Programming_Practice" target="_blank">
Java Programming Practice Repository
</a>
</p>
<div class="footer">
Updated regularly with new Java practice programs.
</div>
</div>
</body>
</html>