Skip to main content

What should I learn to do a good entry as a Junior Java Developer?

Post link: https://www.facebook.com/groups/jugbd/posts/4857077407672239/

A N M Bazlur Rahman: A few things-

  1. The basics syntax-e.g. you can write loops, switch, if-else etc
  2. Object-oriented concept
  3. Generics
  4. Collection framework
  5. Date time
  6. A bit servlet API
  7. A basic concept of concurrency ( threading)
  8. A build tool ( e.g. maven/Gradle)

A majority of applications are written using Spring Framework, so once you have done learning the above, you can start learning this framework. But I would assume you would learn this once you are in the industry.

You can target this list; it is pretty achievable. The most important thing is that you’ll have to practice enough that these are on your muscle memory; for example, when you have to write a loop, you don’t have to think; instead, it will automatically come to your finger. That’s the kind of skill you’d need.

However, this list isn’t complete, but by the time you finish this list, you will know what to do next by yourself. Of course, if you still have questions, you can always come here and ask questions.

All the best.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.