Author Topic: Best Way to quickly learn Java  (Read 2128 times)

0 Members and 1 Guest are viewing this topic.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Best Way to quickly learn Java
« on: November 05, 2011, 10:57:09 pm »
I just got a new android phone(Motorola BACKFLIP) and id like to program for it, but then i saw the primary language for it was java which i have never learned.

I know Python some C++ and a little more C. If anyone has a good idea on how i could learn java relatively quickly so that i could start working on my android phone that would be great
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Best Way to quickly learn Java
« Reply #1 on: November 11, 2011, 05:43:27 pm »
Java's syntax is based almost entirely on C++'s.

There's Oracle's series of Java tutorials.
http://docs.oracle.com/javase/tutorial/

I personally like Thinking in Java, by Bruce Eckel. It's a huge book, but it's really good.
You can download the 3rd edition of the book for free from his website. The 3rd edition deals with Java 1.4 I think, so I don't think it has generics,
but you can just Google for a tutorial on Java Generics.
http://www.mindview.net/Books/TIJ/
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Best Way to quickly learn Java
« Reply #2 on: November 11, 2011, 06:02:27 pm »
It's is a bit old, but Learn Java Now is one of the best book tutorials on any language I've ever read. The guy actually makes it interesting.