0

Java or Kotlin? Which is Better for newbie?

I'm very new at coding, and this is my first time tho. I decide to learn java, but my 'friend' said it's better to learn kotlin. And i've read the pros and cons both of them. But i'm still confused.. Which one that must i learn? -for android programming

10th Sep 2018, 2:49 AM
Haikal Permana
Haikal Permana - avatar
2 Antworten
+ 1
Java will teach you the roots of OO better. Kotlin will probably make you learn faster, but there may be some holes in your learning path. You can choose now :) I highly recommend Java first
10th Sep 2018, 2:54 AM
Alexander Santos
Alexander Santos - avatar
+ 3
To code Android apps in Kotlin today, you must be able to read a Java example and make it work in Kotlin. This is because the examples in Kotlin are a poor subset of those in Java. While I am still getting started, I've used many more Java examples than Kotlin ones so far and don't expect it to change anytime soon.
8th Oct 2018, 12:48 AM
John Wells
John Wells - avatar