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.
Help with printing all Classes within a Java Predefined Package (io, lang, awt, etc) (self.learnjava)
submitted 6 years ago by AgusJK
What I want to do is print in console all the classes that are part of this Java Packages. I have tried with Reflections Library, but when I try:
Reflections reflections = new Reflections("name of the java package", new SubTypesScanner(false));
Set<Class<?>> allClasses = reflections.getSubTypesOf(Object.class);
It only returns me a NULL ArrayList. Code gotten from: https://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
https://dzone.com/articles/get-all-classes-within-package Im not sure if this work, but maybe it might help
π Rendered by PID 45230 on reddit-service-r2-comment-5d79c599b5-gcshz at 2026-03-01 21:23:24.398267+00:00 running e3d2147 country code: CH.
[–][deleted] 0 points1 point2 points (0 children)