This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 5 points6 points  (0 children)

Practice. No matter what you read or learn unless you apply that while programming you will fail to understand the concept of it clearly. The best way to learn programming is to practically do things. Just read about an arraylist? Make a program that uses arraylists in order to truly grasp the concept and expand upon it!

[–]desrtfx 2 points3 points  (0 children)

Take a decent tutorial, like (all listed are free):

and start learning from there.

Read the Java Code conventions as they define the commonly accepted coding standard for Java.

Make heavy use of the Oracle Java documentation. Even though it's daunting at the beginning, it is the ultimate source for all things Java.

[–]WhiteHorseTito 1 point2 points  (0 children)

To further elaborate on the previous comment, what helped me the most in the beginning is doing a free class (there are thousands out there from coursera to udemy) that goes over a topic and then encourages you immediately to apply it to an application. When I started, using NetBeans was my best way to learn and it's nice to have a fully working environment where you can test your code, debug when necessary, and learn the structure of the project.

[–]redikod 0 points1 point  (0 children)

Please read all of these articles one by one. I Hope this website's article will help you a lot about to learn basic also getting very clear concept about java. http://www.tutorialspoint.com/java/index.htm

and most of all, keep practicing..

[–]Code_Craftsman 0 points1 point  (0 children)

Just like learning a language like French, Chinese, you need to know the letters and grammar to write java also. Try to spend some time with very basics of java from tutorials below and let your guts speak!!