https://github.com/chethanyadav456/learn_java
This repository is a collection of Java programs that I have written while learning Java.
https://github.com/chethanyadav456/learn_java
amazon coursera java
Last synced: about 2 months ago
JSON representation
This repository is a collection of Java programs that I have written while learning Java.
- Host: GitHub
- URL: https://github.com/chethanyadav456/learn_java
- Owner: chethanyadav456
- License: mit
- Created: 2025-02-27T11:34:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T20:19:28.000Z (11 months ago)
- Last Synced: 2025-10-20T10:49:36.448Z (3 months ago)
- Topics: amazon, coursera, java
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Java
- This repository is a collection of Java programs that I have written while learning Java.
- I'm currently learning from the course offered by [Amazon on Coursera](https://www.coursera.org/professional-certificates/amazon-junior-software-developer).
## Table of Contents
- [Hello World](./src/HelloWorld.java)
## How to run the programs
> [!NOTE]
> Make sure you have Java installed on your system. If not, you can download it from [here](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html).
1. Clone the repository
```bash
git clone https://github.com/chethanyadav456/Learn_Java.git
```
2. Navigate to the src directory
```bash
cd Learn_Java/src
```
3. Compile the program
```bash
javac HelloWorld.java
```
4. Run the program
```bash
java HelloWorld
```
## License
This repository is licensed under the MIT License. See [LICENSE](./LICENSE) for more information.
## Contributing
1. Fork the repository
2. Clone the repository
```bash
git clone https://github.com/chethanyadav456/Learn_Java.git
```
3. Create a new branch
```bash
git checkout -b feature-branch-name
```
4. Make necessary changes and commit those changes
5. Push changes to GitHub
```bash
git push origin feature-branch-name
```
6. Submit your changes for review
7. Create a pull request
8. Star the repository if you like it
9. Give a follow if you want to
10. Show some ❤️ by sharing the repository with others
## Support
If you find this repository useful, please consider starring it. Thanks!
## Contact
If you have any queries or want to say hi, you can drop me an email at `chethanyadav@skillverta.com`.