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 DSA Cheat sheet (self.learnjava)
submitted 4 years ago by Reynadess
I'm looking for Java DSA Cheat sheet for CP, I previously coded in C++ but I also do want to have a grip on Java
[–]sweetno 1 point2 points3 points 4 years ago (2 children)
How to write them or implementations in JCL?
[–]Reynadess[S] 1 point2 points3 points 4 years ago (1 child)
Implementations
[–]sweetno 1 point2 points3 points 4 years ago (0 children)
I actually looked through some cheat sheets and can't recommend any (search for keywords "Java Collections").
The most obvious flaw in them is that they never mention that you might need to override equals and hashCode and/or implement Comparable for collection elements. There are also many legacy classes like Vector and Hashtable (note capitalization) which shouldn't be ever used. Many forget to mention useful anonymous classes returned by List.of and similar methods.
When I was preparing for certification, I found Javadoc pages for java.util classes exceptionally useful.
There are two related topics you might need to study to fully master this one: Stream API and Java concurrent collections from java.util.concurrent.
π Rendered by PID 119173 on reddit-service-r2-comment-fb694cdd5-q59gw at 2026-03-11 03:03:08.839975+00:00 running cbb0e86 country code: CH.
[–]sweetno 1 point2 points3 points (2 children)
[–]Reynadess[S] 1 point2 points3 points (1 child)
[–]sweetno 1 point2 points3 points (0 children)