filmov
tv
#1 Introduction to kotlin || Features of Kotlin || Kotlin Tutorials For Beginners

Показать описание
kotlin is modern objected oriented programming language developed by jet brains.
Kotlin is developed from various languages like JAVA and JAVA SCRIPT. Kotlin is developed to support JVM (JAVA virtual machine).
Features Of Kotlin Language:
========================
Kotlin does not need semicolon(;) to end statements.
Kotlin is null-safe programming language. Kotlin eliminates Null pointer Exception which is a big headache for programmers.
Kotlin is 100% inter-operable with Java. allowing to use all existing android libraries in a kotlin application.
Kotlin supports inline functions and lambdas often runs faster than same code written in java.
Compilation time is lesser as compared to java.
Kotlin only has runtime Exceptions, no checked Exceptions
Kotlin offers data classes with auto-generated getter/setter methods and field accessors. this reduces boilerplate code.
Kotlin has no new keyword.
Kotlin has no primitives (but optimizes their object counterparts for the JVM, if possible)
Creating objects in Kotlin is done just by calling the constructor like any other method.
Kotlin supports operator overloading.
Kotlin supports Coroutines (experimental)
14. Mature Language
15.Compatible With Android Studio As mentioned earlier Kotlin And the Android Studio both are developed by the Same Company JetBrains. So you find that the language works on the platform in an easy and efficient manner and without any problem at all.
for more info:
===========
Intro Music:
============
Track: Elektronomia - Sky High [NCS Release]
Music provided by NoCopyrightSounds.
Kotlin is developed from various languages like JAVA and JAVA SCRIPT. Kotlin is developed to support JVM (JAVA virtual machine).
Features Of Kotlin Language:
========================
Kotlin does not need semicolon(;) to end statements.
Kotlin is null-safe programming language. Kotlin eliminates Null pointer Exception which is a big headache for programmers.
Kotlin is 100% inter-operable with Java. allowing to use all existing android libraries in a kotlin application.
Kotlin supports inline functions and lambdas often runs faster than same code written in java.
Compilation time is lesser as compared to java.
Kotlin only has runtime Exceptions, no checked Exceptions
Kotlin offers data classes with auto-generated getter/setter methods and field accessors. this reduces boilerplate code.
Kotlin has no new keyword.
Kotlin has no primitives (but optimizes their object counterparts for the JVM, if possible)
Creating objects in Kotlin is done just by calling the constructor like any other method.
Kotlin supports operator overloading.
Kotlin supports Coroutines (experimental)
14. Mature Language
15.Compatible With Android Studio As mentioned earlier Kotlin And the Android Studio both are developed by the Same Company JetBrains. So you find that the language works on the platform in an easy and efficient manner and without any problem at all.
for more info:
===========
Intro Music:
============
Track: Elektronomia - Sky High [NCS Release]
Music provided by NoCopyrightSounds.
Комментарии