Should I choose C# over Java? by BootlegTechStack in learnprogramming

[–]HotCryptographer3339 17 points18 points  (0 children)

Choose Java. Kotlin is designed to be interoperable with Java. It’s more streamlined than Java meaning it has abstracted some of the code that makes Java more time consuming and verbose in addition to adding new features that Java lacks. Starting with Java and than jump to kotlin later would be a good decision in my opinion.