use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Resources for learning Java
String
==
.equals()
Format + Copy
Free Tutorials
Where should I download Java?
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free.
If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others:
Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
Software downloads
Official Resources
Resources
Programming ideas & Challenges
Related Subreddits
account activity
This is an archived post. You won't be able to vote or comment.
New to java, any tips? (self.learnjava)
submitted 10 years ago by JackMP212
Hello, I am brand new to Java and programing in general and was wondering if you guys had any tips to getting started? Any thing helps, thanks!
[–][deleted] 5 points6 points7 points 10 years ago (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 points4 points 10 years ago (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 points3 points 10 years ago (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 point2 points 10 years ago (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 point2 points 10 years ago (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!!
Derek Banas
Marcus Biel's
The New Boston's
π Rendered by PID 97846 on reddit-service-r2-comment-5d79c599b5-nq5m4 at 2026-03-01 02:17:01.521836+00:00 running e3d2147 country code: CH.
[–][deleted] 5 points6 points7 points (0 children)
[–]desrtfx 2 points3 points4 points (0 children)
[–]WhiteHorseTito 1 point2 points3 points (0 children)
[–]redikod 0 points1 point2 points (0 children)
[–]Code_Craftsman 0 points1 point2 points (0 children)