An open API service indexing awesome lists of open source software.

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.

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`.