You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
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.
4
4
5
-
## History of Java
5
+
## 📜 History of Java
6
6
7
7
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.
To start coding in Java, you'll need to install the Java Development Kit (JDK). You can follow these steps to install JDK:
35
34
36
35
- Visit [Oracle's Java SE Downloads](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) page.
37
36
- Download the appropriate JDK version for your operating system.
38
37
- Follow the installation instructions provided on the Oracle website for your specific OS.
39
38
40
-
## Checking Installed JDK Version
39
+
## 🛠️ Checking Installed JDK Version
41
40
42
41
To check the installed JDK version, open a command prompt (Windows) or terminal (macOS, Linux) and enter the following command:
43
42
44
43
```bash
45
44
java -version
46
45
```
47
46
48
-
## IDE Installation Links
47
+
## 🖥️ IDE Installation Links
49
48
50
49
Here are installation links for popular Java Integrated Development Environments (IDEs):
51
50
@@ -56,11 +55,11 @@ Here are installation links for popular Java Integrated Development Environments
56
55
57
56
Choose an IDE that suits your preferences and install it to start coding in Java.
58
57
59
-
## Contributions
58
+
## 🌟 Contributions
60
59
61
60
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.
62
61
63
-
## License
62
+
## 📄 License
64
63
65
64
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.
0 commit comments