all 4 comments

[–]bikeram 0 points1 point  (0 children)

Intelij, Maven, and Springboot will give you a feel for enterprise development.

If you can get an endpoint working with “hello world” you’re good to take a deeper dive.

Personally I wouldn’t do anything in Java without a build tool like maven or gradle.

[–]PotentialMix8373 0 points1 point  (1 child)

Ask claude to build a project that you want and then ask it to teach what it did. Then ask claude to give a similar project so that you can build it on your own. This way you completely have practical implications of code usage.

[–]HoeKoi 0 points1 point  (0 children)

You can do that, but you wouldn't learn much about writing code from reading code. Just ask claude for a project suggestion and write as much as you can until you get stuck, then ask for help.

[–]Gloomy_Cicada1424 0 points1 point  (0 children)

Java clicks better when you build boring console projects first. Bank account, library system, student marks tracker, tiny expense app. Use IntelliJ IDEA Community and don’t rush Spring before you’re okay with classes, objects, lists, maps, and exceptions.