Skip to content

Instantly share code, notes, and snippets.

@headius
Last active January 9, 2025 05:35
Show Gist options
  • Save headius/860f73dd91774242541097347f4c40ee to your computer and use it in GitHub Desktop.
Save headius/860f73dd91774242541097347f4c40ee to your computer and use it in GitHub Desktop.
Resources for learning Java

These are resources suggested by my Java friends online.

Free online resources

  • W3Schools Java tutorial A nice high-level tutorial of basic Java features.
  • SAMS Teach Yourself Java There's multiple editions for different Java versions, so later editions may use features the robobrain doesn't support.
  • Modern Java Recommended by someone who used this to teach his kids.

Books

Related to FIRST

Social media threads

@danini-the-panini
Copy link

@headius Shoudn't SAMS Teach Yourself Java be under Books?

@headius
Copy link
Author

headius commented Jan 9, 2025

@danini-the-panini I suppose so, or else Thinking In Java should move up there because it is a free online PDF. The only actual "book" you have to purchase here is Head First Java, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment