What are the features you think are there in KOTLIN but not in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What are the features you think are there in KOTLIN but not in Java?

5th Feb 2018, 5:46 PM
Survesh
Survesh - avatar
4 Answers
5th Feb 2018, 5:57 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 5
Thank you @cHiRag GhOsH✌👍
5th Feb 2018, 6:00 PM
Survesh
Survesh - avatar
+ 5
- Nullable types/values. This is a biggie for most of the community in regards to Java vs Kotlin. This helps get rid of that null reference error, which can be a real pain. - Without extra work on your part, you can just type println("print this!") instead of System.out.println("print this!") Overall, Kotlin isn't a bad language at all. It's interoperable with Java, so it's easy to transition over, use both, etc.. You can mix 'n match the code in the same program and still get it to work. Since it's interoperable with Java, that means it can also be used on all of the same systems that Java runs on since it uses the JVM.
5th Feb 2018, 6:15 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 3
thank you @Jakob Marley..now I got it about KOTLIN.
8th Feb 2018, 7:17 AM
Survesh
Survesh - avatar