List the Basic data types of Kotlin?

devquora
devquora

Posted On: Feb 22, 2018

 

Data types of a constant or variable decide what type of variable it is and how much space is required to store it.
The basic data types in Kotlin are:

  • Numbers
  • Characters
  • Strings
  • Arrays
  • Booleans

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Kotlin Interview Questions

    Which type of Programming does Kotlin support?

    Which type of Programming does Kotlin support?..