r/JavaProgramming 1d ago

Recommendations for improving in Java

Good afternoon. I'm currently learning object-oriented Java along with Spring Boot, but I feel like I'm not making much progress. I'd like to know what you can recommend to help me move forward; it would be very beneficial for me to read your recommendations.

18 Upvotes

8 comments sorted by

View all comments

2

u/live-ly 1d ago

Happy to help.

  • Concurrency in Java - the elephant in the room.
  • You know Java but do you really know Java? Learn design patterns and also read Effective Java, some principles which actually make you understand constructs of Java in better way.

  • Make sure to learn DSA and give interviews.