Sfoglia il codice sorgente

Merge pull request #673 from Smarticles101/resources

Create RESOURCES.md and add resources
Stuart Kent 9 anni fa
parent
commit
661413d0a8
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      docs/RESOURCES.md

+ 6
- 0
docs/RESOURCES.md Vedi File

@@ -0,0 +1,6 @@
1
+## Useful Resources
2
+
3
+* [Stack Overflow](http://stackoverflow.com/questions/tagged/java).
4
+* [The Java subreddit](https://www.reddit.com/r/java)
5
+* [Official Java documentation](https://docs.oracle.com/javase/8/)
6
+* [Java Programming Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#java)