+ 2
To learn kotlin should i first learn java???
Which of them is best and which should i learn first ???? Java or kotlin
7 Respostas
+ 2
Kotlin does not use many Java libraries like it originally did. The only one I have used recently is the Random class to provide random numbers. Every thing else has a pure Kotlin class.
The course here is incomplete so finishing either Python or Java first will help your understanding Kotlin and the things missing. Since Python has operator overloading like Kotlin and Java does not, I suggest finishing Python first. Many Kotlin class libraries are similar to Pythons.
+ 4
It is now my favorite having pushed C++ out of the spot it held for 33 years. Python moved into second recently thanks to the difficulty of solving code coach problems in C++ versus Python.
+ 1
Thanks
+ 1
I am about to finish python
So I thought of learning kotlin
Online because it seems like it's a good language
+ 1
I really think it depends on what you want with the languages, though both languages work for Android development but Kotlin preferred by Google for now. Plus I need to say that Java has more libraries.
+ 1
But kotlin is designed to also work with Java e
xisting libraries