Saturday, June 13, 2015

How to start learning Java?

A good start is half the battle won. Even in Java learning this hold true.

I would recommend, get hold of any good online tutorial in Java. Get on with already!

Download Eclipse IDE and follow the instructions in the tutorial. Once you are done with a basic tutorial in Java (say in 2 weeks or so). 

Understand the concepts, libraries, patterns, frameworks in depth. Next is to start writing your own code. Search for a sample problem in some book or online and code it.

Implement all searching/sorting algorithms that you would have read, in  Java. You are already there!

No comments:

Post a Comment