Skip to content

Commit bd3f55f

Browse files
Update README.md
1 parent d42374c commit bd3f55f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Welcome to the Java Programming Repository! This repository contains code examples and explanations for various fundamental and advanced Java programming concepts. Whether you're new to Java or looking to deepen your understanding, you'll find valuable resources here.
44

5-
## History of Java
5+
## 📜 History of Java
66

77
Java, developed by **James Gosling** at **Sun Microsystems** and **released in 1995**, aimed to create a programming language for consumer electronics. **Originally named Oak**, it later became **Java**. The language's key feature was its ability to run on multiple platforms without recompilation, summarized by the slogan **"Write Once, Run Anywhere" (WORA)**. Over time, Java evolved under **Oracle Corporation's** guidance, becoming a widely used language across diverse domains.
88

99
---
1010

11-
## Table of Contents
11+
## 📑 Table of Contents
1212

1313
- [Applet](https://github.com/ThisIs-Developer/Java/tree/main/Applet)
1414
- [Array](https://github.com/ThisIs-Developer/Java/tree/main/Array)
@@ -26,26 +26,25 @@ Java, developed by **James Gosling** at **Sun Microsystems** and **released in 1
2626
- [Thread](https://github.com/ThisIs-Developer/Java/tree/main/Thread)
2727
- [Throws](https://github.com/ThisIs-Developer/Java/tree/main/Throws)
2828

29-
3029
---
3130

32-
## Installation Guide for JDK
31+
## 💻 Installation Guide for JDK
3332

3433
To start coding in Java, you'll need to install the Java Development Kit (JDK). You can follow these steps to install JDK:
3534

3635
- Visit [Oracle's Java SE Downloads](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) page.
3736
- Download the appropriate JDK version for your operating system.
3837
- Follow the installation instructions provided on the Oracle website for your specific OS.
3938

40-
## Checking Installed JDK Version
39+
## 🛠️ Checking Installed JDK Version
4140

4241
To check the installed JDK version, open a command prompt (Windows) or terminal (macOS, Linux) and enter the following command:
4342

4443
```bash
4544
java -version
4645
```
4746

48-
## IDE Installation Links
47+
## 🖥️ IDE Installation Links
4948

5049
Here are installation links for popular Java Integrated Development Environments (IDEs):
5150

@@ -56,11 +55,11 @@ Here are installation links for popular Java Integrated Development Environments
5655

5756
Choose an IDE that suits your preferences and install it to start coding in Java.
5857

59-
## Contributions
58+
## 🌟 Contributions
6059

6160
Contributions, suggestions, and improvements to this repository are highly encouraged and appreciated! If you have any ideas, bug fixes, or additional content to add, feel free to open an issue or pull request.
6261

63-
## License
62+
## 📄 License
6463

6564
This repository is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute this code for both commercial and non-commercial purposes. See the [LICENSE](LICENSE) file for more details.
6665

0 commit comments

Comments
 (0)