File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes How did you learn Java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How did you learn Java?" Watch "How did you learn Java?" New topic
Author

How did you learn Java?

daniel cassidy
Greenhorn

Joined: Jul 20, 2010
Posts: 14
This is quite a simple one, how did you start to learn java? and how did you get where you are today? what advice would you give to a greenhorn just starting out in java?
Abimaran Kugathasan
Ranch Hand

Joined: Nov 04, 2009
Posts: 2066

daniel cassidy wrote:This is quite a simple one, how did you start to learn java? and how did you get where you are today? what advice would you give to a greenhorn just starting out in java?


First, learn by yourself with the basic book like Head First Java, and do the coding on your own.


|BSc in Electronic Eng| |SCJP 6.0 91%| |SCWCD 5 92%|
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
If you search, you find threads like this one and this one.
Those might help your question.
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

Same way I got to Carnegie Hall...Practice, practice, practice.


Never ascribe to malice that which can be adequately explained by stupidity.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
fred rosenberger wrote:Practice, practice, practice.
Oh, whenever I go to a concert hall it is a case of "how much do the tickets cost?"
marten kay
Ranch Hand

Joined: Feb 03, 2007
Posts: 165

I taught myself and I am now a pretty good programmer. I did both the Head First and Murach java books (and both JSP books), and the Joshua Bloch's book for background in more advanced topics. I also have some other specialised books on java and xml and ajax books and while useful less useful than the others. I also uses the forums, particularl javaranch, which have been invaluable.


when in doubt put it in parenthesis and stick a dollar sign in front of it, only good can come from this.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How did you learn Java?
 
Similar Threads
What makes Java difficult
about the book Sun Certified Programmer & Developer for Java 2 Study Guide
Inserting Blob throws Exception
Got Certified at 98%!! Thanks everyone!!
JSTL : Retrieve Param Values Using Loop