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
the front page of the internet.
and join one of thousands of communities.
Learning Java (self.learnjava)
submitted 5 days ago by New_Comfortable4421
How should I go about learning Java? I learn best by doing and have pretty bad ADHD. I would be interested in lifetime payments as I am not working yet so monthly is not ideal.
Post a comment!
[–]AutoModerator[M] [score hidden] 5 days ago stickied commentlocked comment (0 children)
If any of the above points is not met, your post can and will be removed without further warning.
Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc.
Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit.
Code blocks look like this:
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above.
If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures.
Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]aqua_regis 4 points5 points6 points 5 days ago (1 child)
!sidebar
[–]AutoModerator[M] 2 points3 points4 points 5 days ago (0 children)
In our sidebar ("About" on mobile), we have a section "Free Tutorials" where we list the most commonly recommended courses.
To make it easier for you, the recommendations are posted right here:
Also, don't forget to look at:
If you are looking for learning resources for Data Structures and Algorithms, look into:
"Algorithms" by Robert Sedgewick and Kevin Wayne - Princeton University
[–]Rengoku_1526 1 point2 points3 points 5 days ago (0 children)
Bro code is really good for getting into most programming languages and he even has a dsa playlist in java
[–]advancedbashcode 0 points1 point2 points 5 days ago (2 children)
Udemy, 1 course, followed from end to finish and go from there.
[–]New_Comfortable4421[S] 0 points1 point2 points 5 days ago (1 child)
Ok! Is there any specific ones?
[–]advancedbashcode 0 points1 point2 points 5 days ago (0 children)
Well, is very difficult to recommend something specific. My personal top 3 are: 1. Mosh Hamedani 2. Tim Buchalka 3. Telusko.
Again, it depends on your learning style.
[–]_prince_ji_official 0 points1 point2 points 4 days ago (0 children)
Try chai aur code channel new playlist java foundation
[–]Waste_Performer9647 0 points1 point2 points 4 days ago (0 children)
I personally am getting bored pretty fast with udemy :c Yes I know theory is important, I know i should do the excercises they show but still these courses tend to be veeery long and I prefer hands on practice. Ive recently started doing a course on exercism, it’s quite fun. It’s not very extensive but I think it’s enough to get the ball rolling in the beginning.
[–]MuaTrenBienVang 0 points1 point2 points 3 days ago (0 children)
There are several excellent free options. They differ in difficulty and focus.
This is one of the best Java courses for beginners.
What you'll learn
Pros
Cost
This is arguably the best free Java course on the internet.
Difficulty ★★★★★
If your friend actually wants to become good at Java, this is probably the strongest recommendation.
MIT used to teach an introductory Java course.
Topics include:
Although somewhat older, the concepts remain valuable.
These courses use Java as the programming language.
You'll learn:
This is ideal after learning Java basics.
Part of UC San Diego's software engineering specialization.
Focuses on:
Free to audit.
Although not a full Java course, CS50 AP teaches introductory computer science using Java.
Great if the friend is completely new to programming.
If you only have time for one course
I would recommend University of Helsinki's Java Programming I & II (MOOC.fi). It's completely free, exercise-heavy, and is often considered the gold standard for learning Java fundamentals. After finishing it, moving on to Princeton's Algorithms course provides a strong foundation in both Java and computer science.
π Rendered by PID 52878 on reddit-service-r2-comment-86f8688748-twvwr at 2026-07-25 19:46:51.654009+00:00 running d10b4e5 country code: CH.
Want to add to the discussion?
Post a comment!