https://github.com/codecademy/learn-java
Learn Java | Codecademy ☕️
https://github.com/codecademy/learn-java
Last synced: 8 months ago
JSON representation
Learn Java | Codecademy ☕️
- Host: GitHub
- URL: https://github.com/codecademy/learn-java
- Owner: Codecademy
- Created: 2019-06-05T17:51:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T19:20:06.000Z (over 3 years ago)
- Last Synced: 2025-07-18T06:52:17.482Z (8 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 26
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Java
**Curriulum Developer:** Sonny Li
[1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)
[2]: http://i.imgur.com/fep1WsG.png (facebook icon without padding)
[3]: http://i.imgur.com/VlgBKQ9.png (google plus icon without padding)
[4]: http://i.imgur.com/jDRp47c.png (tumblr icon without padding)
[5]: http://i.imgur.com/Vvy3Kru.png (dribbble icon without padding)
[6]: http://i.imgur.com/9I6NRUm.png (github icon without padding)
[1.2]: http://www.twitter.com/marielsmusings
[6.2]: http://www.github.com/marielfrank
**Curriulum Developer:** Mariel Frank (mariel@codecademy.com) [![alt text][1]][1.2] [![alt text][6]][6.2]
**Artwork:** Jared Langel
## Course Link ##
https://www.codecademy.com/learn/learn-java
## 1. Hello World ##
```
$ javac HelloWorld.java
$ java HelloWorld
```
- [ ] `HelloWorld.java`
**Planting a Tree**
- [ ] TBD
## 2. Variables ##
**Mad Libs:**
- [ ] TBD
**Math Magic:**
- [ ] TBD
## 3. Object-Oriented Java ##
**A Basic Calculator:**
- [ ] TBD
**Build A Droid:**
- [ ] TBD
## 4. Conditionals and Control Flow ##
**A Simple Car Loan Payment Calculator:**
- [ ] TBD
## 5. Arrays and ArrayLists ##
**Desert Island Playlist:**
- [ ] [`Playlist.java`](5-arrays-arraylists/Playlist.java)
### Java Style Guides ###
* Codecademy Java Style Guide
* [Twitter Java Style Guide](https://github.com/twitter/commons/blob/master/src/java/com/twitter/common/styleguide.md)
* [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)
### Java Cheatsheets ###
* TBA
### Hall of Fame ###
* TBA
## Contribution Guidelines
We'd love to have you contribute!
Please note that this project is released with a [Contributor Covenant](https://www.contributor-covenant.org).
By participating in this project you agree to abide by its terms.
