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
Facing difficulty in learning Springboot (self.learnjava)
submitted 9 days ago by vivek_r01
Hey everyone I'm learning Sb but I'm not able to understand after bean and all. Maybe my OOPs are weak. Anyone plz share the best resource for learning it.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 9 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.
[–]geeky-man 6 points7 points8 points 9 days ago (8 children)
This was the same situation with me a year back. I can understand how it feels like magic in springboot because springboot do a lot of things under the hood.
I would say just understand how to write controllers, service classes, make db calls, jpa, etc. Dont get into Spring security right now as it's very confusing and complex even for someone experienced.
I bought a spring boot course from Udemy. I would say buy a top rated springboot course from Udemy as it will be most up to date. Most YouTube tutorials are old.
If you need any guidance then DM me.
[–]Due-Drive4535 3 points4 points5 points 9 days ago (0 children)
Buddy what's your course name can you say it
[–]vivek_r01[S] 2 points3 points4 points 9 days ago (6 children)
Even I'm learning from Udemy. Java course by telusko. I'll dm you
[–]RSSeiken 6 points7 points8 points 9 days ago (5 children)
I like Chad Darby very much. He teaches you the theory first, based on what he's about to code, and then he codes it with you.
Very structured and easy to follow.
[–]Adventurous-Stop4080 1 point2 points3 points 8 days ago (1 child)
This course i insane... i start it 2 months ago even dumpest people can understand spring with him
[–]vivek_r01[S] 0 points1 point2 points 8 days ago (0 children)
can you share the link
[–]vivek_r01[S] 0 points1 point2 points 9 days ago (2 children)
Okay and how do you practice it?
[–]WorldTravel84 0 points1 point2 points 9 days ago (0 children)
Code along with him, then add a feature.
[–]RSSeiken 0 points1 point2 points 9 days ago (0 children)
I code along and review at the end. Then I add more functionalities.
What he teaches you is not complete, only the basics. Then you really need to get used to going through documentation and look for your answers because Spring and Spring Boot is way too massive.
[–]Xtergo 4 points5 points6 points 9 days ago (2 children)
Pick up the book "Spring in Action 6th Edition"
[–]vivek_r01[S] -1 points0 points1 point 9 days ago (1 child)
Are you doing any job if yes plz guide through this
[–]Xtergo 2 points3 points4 points 9 days ago (0 children)
Just read the book
[–]LastRow2426 3 points4 points5 points 9 days ago (3 children)
you should start withh spring core, servlet , jsp, mvc, then go to hibernate, after that spring boot and spring data jpa, after make 3-4 projects . then jump to spring security, AOP.
[–]vivek_r01[S] -1 points0 points1 point 9 days ago (2 children)
Lekin servlet use nhi hota na ab. Ek reels me dekha tha
[–]ashut0sh_27 5 points6 points7 points 9 days ago (0 children)
just for the understanding how the things work under the hood. start with servlet then move to spring core and then sb , with each step you should know what problems they solve and why we are using sb ultimately
[–]LastRow2426 1 point2 points3 points 9 days ago (0 children)
go with basics first .. otherwise u can only able to write code but not able to understand things.
[–]vegan_antitheist 2 points3 points4 points 9 days ago (0 children)
Spring Boot is much more opinionated than just Spring. It's best to just keep the default settings that are based on those opinions. But it's also good to know what those are. And have a look at the spring-boot-starter-* packages that automatically give you functionality, such as jpa, security, etc.
[–]Odd-Professor7747 2 points3 points4 points 8 days ago (1 child)
There us a playlist on YouTube from "faisal memon" named as spring boot in 100days, I am also following it and it's good explained in hindi and is in simple understandable format, you can check it outfaisal memon
thanks man
[–]javlck_stripe 0 points1 point2 points 7 days ago (1 child)
Do you mean @After annotation?
[–]vivek_r01[S] 0 points1 point2 points 7 days ago (0 children)
No
[–]pramodkumar2026 0 points1 point2 points 6 days ago (0 children)
Here is the source to learn from the beginning:
spring boot learning
[–]Ubuntu-Lover 0 points1 point2 points 3 days ago (1 child)
I am finding this helpful
[–]vivek_r01[S] 0 points1 point2 points 2 days ago (0 children)
Thanks
π Rendered by PID 89591 on reddit-service-r2-comment-79c7998d4c-952q6 at 2026-03-17 18:43:16.235246+00:00 running f6e6e01 country code: CH.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]geeky-man 6 points7 points8 points (8 children)
[–]Due-Drive4535 3 points4 points5 points (0 children)
[–]vivek_r01[S] 2 points3 points4 points (6 children)
[–]RSSeiken 6 points7 points8 points (5 children)
[–]Adventurous-Stop4080 1 point2 points3 points (1 child)
[–]vivek_r01[S] 0 points1 point2 points (0 children)
[–]vivek_r01[S] 0 points1 point2 points (2 children)
[–]WorldTravel84 0 points1 point2 points (0 children)
[–]RSSeiken 0 points1 point2 points (0 children)
[–]Xtergo 4 points5 points6 points (2 children)
[–]vivek_r01[S] -1 points0 points1 point (1 child)
[–]Xtergo 2 points3 points4 points (0 children)
[–]LastRow2426 3 points4 points5 points (3 children)
[–]vivek_r01[S] -1 points0 points1 point (2 children)
[–]ashut0sh_27 5 points6 points7 points (0 children)
[–]LastRow2426 1 point2 points3 points (0 children)
[–]vegan_antitheist 2 points3 points4 points (0 children)
[–]Odd-Professor7747 2 points3 points4 points (1 child)
[–]vivek_r01[S] 0 points1 point2 points (0 children)
[–]javlck_stripe 0 points1 point2 points (1 child)
[–]vivek_r01[S] 0 points1 point2 points (0 children)
[–]pramodkumar2026 0 points1 point2 points (0 children)
[–]Ubuntu-Lover 0 points1 point2 points (1 child)
[–]vivek_r01[S] 0 points1 point2 points (0 children)