Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.42 KB

java.md

File metadata and controls

45 lines (26 loc) · 1.42 KB

Java

Types of content:

  • Talks
  • Articles/Blogs/Docs
  • Books
  • Tutorials

Most of the material will require at least beginner level knowledge of Java. If you don't know the language - get the book.

Contributors

  • ym1234

Resources

Talks

Articles/Blogs/Docs

  • Game Loops! [Beginner]

    • Various implemenations of Game Loops in Java.
  • Java SE API Documentation [Beginner - Advanced]

    • A great resource for reading up on the Java 8 standard library, various syntax and language elements, setup & usage and even a tutorial. Great resource for beginners and advanced users alike.

Books

  • Thinking In Java [Beginner - Intermediate]

    • Recommended to C++ Programmers who want to learn Java.
  • Effective Java [Intermediate]

    • Java's best practices.

Tutorials