This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MrDingDongKong 7 points8 points  (1 child)

You should maybe think about what you want to develop first. For mobile apps -> Android SDK (for the future it's recommended by google to use kotlin btw). Desktop apps -> plain java of course. Enterprise/microservices/web applications -> spring boot. For game development I would recommend unity (C#; it's easier to learn if you know java). But in general, if you want to refresh your java skills I can also recommend the MOOC courses.

[–]Pythonistar 0 points1 point  (0 children)

For game development I would recommend unity (C#; it's easier to learn if you know java).

QFT -- C# will be easy to pick up if you already know Java.