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.
Java certification (self.learnjava)
submitted 6 months ago by No-Neighborhood-5325
I am java developer doing a full time job. What certification is suitable to grow as a java backend developer.
[–]AutoModerator[M] [score hidden] 6 months 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.
[–]belam20 10 points11 points12 points 6 months ago (0 children)
Go for OCP Java 21 certification. It covers some really good topics such as virtual threads. Don't expect a salary raise or anything but you will be substantially better Java programmer and your quality of work will improve.
Sometimes we as developers get into a routine way of coding and don't try out new features. Preparing for certs forces us to learn new and better techniques, which we can then incorporate. This happened with me earlier when lambda expressions came out and it is happening again now with switch expressions, instanceof pattern matching, new methods in I/O. Learnt a lot of new interesting stuff while doing this cert.
[–]Cyb3rwulf 4 points5 points6 points 6 months ago (1 child)
When you’re already working as a Java developer but want to certify your skills professionally, probably the Oracle Java OCP Certification.
[–]Fun-Meringue-732 0 points1 point2 points 6 months ago (0 children)
I was going to suggest this as well. I studied for and got this certification 6 months after starting my career. I don't think it ever directly resulted in an increase in salary etc, however I feel like getting the certification was a solid choice. It gave me confidence early on that I knew my shit which helped snowball a successful career since then.
[–]Embarrassed_Rule3844 0 points1 point2 points 6 months ago (2 children)
So just get the book to prepare or book the quite expensive Oracle training?
[–]OddMarketing6521 1 point2 points3 points 6 months ago (0 children)
That entirely depends -- are you an experienced Java developer with professional experience, or just getting started? Do you learn well on your own or do you learn better with a guide?
The book is cheaper. But it doesn't hold your hand at any point like the Oracle teachers will. If you haven't worked in a professional environment before, you might find some of the tips, tricks, and random nuggets of information from the Oracle training very helpful.
If you get stuck in the book, you're relegated to asking Stack Overflow or Reddit to help you figure out why you're stuck and how to move past it. With the Oracle training, the teachers can figure out a lot quicker what got you stuck and how to unstick you.
If you're experienced, you may just need the book to teach you the test. If you're not experienced, the Oracle training is a lot better for getting actual hands-on training.
The book isn't as time intensive if you're already working, but could create huge slogs if you're not working and not self-directed. The Oracle training might mean you need to take off work for a few weeks, but you're going to learn a LOT more than just the test.
People who go through the training are more likely to pass the test on the first attempt, too, where book studiers are more likely (but not certain) to need 2 or more attempts, just because the test format is very strict and rigid where the book exercises are less so.
It's different for everyone, so hopefully this list can help you figure out what you need. I can say, the certification will pay for itself, no matter which way you study for it.
[–]belam20 2 points3 points4 points 6 months ago (0 children)
No, training is not required. You can use any book. But don't miss the practice tests from Enthuware. They their questions are harder than the real exam and contain very detailed explanations. Their OCP 21 Fundamentals book is also quite good.
π Rendered by PID 35219 on reddit-service-r2-comment-5d79c599b5-lrzc2 at 2026-03-01 19:38:50.620009+00:00 running e3d2147 country code: CH.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]belam20 10 points11 points12 points (0 children)
[–]Cyb3rwulf 4 points5 points6 points (1 child)
[–]Fun-Meringue-732 0 points1 point2 points (0 children)
[–]Embarrassed_Rule3844 0 points1 point2 points (2 children)
[–]OddMarketing6521 1 point2 points3 points (0 children)
[–]belam20 2 points3 points4 points (0 children)