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

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 ☕️

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.