- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 160字
- 2021-06-10 18:49:17
Introduction to Kotlin
Kotlin is a statically-typed programming language that runs on the JVM and works across different platforms. The fact that it is statically typed means the types are resolved during compilation. JVM is a specification that provides a runtime environment for running applications that are developed in Java and other JVM-based languages. The most well known reference implementation of JVM is OpenJDK, which was originally developed by Sun Microsystems and is now supervised by Oracle. Kotlin is another JVM-based language that is simple to write and concise in nature.
Kotlin combines object-oriented and functional programming features. Kotlin is designed to be interoperable with Java and relies on the Java code from the existing Java Class Library (JCL).
Kotlin provides a more expressive syntax than Java. It is concise and has strong type inference, which reduces code verbosity. It also has a wide variety of useful features, such as operator overloading, string templates, extended functions, and coroutines.
- The React Workshop
- Java Web開發技術教程
- SQL基礎教程(視頻教學版)
- Java 9模塊化開發:核心原則與實踐
- 劍指Java:核心原理與應用實踐
- Visual C#通用范例開發金典
- Unity Character Animation with Mecanim
- Python 3 數據分析與機器學習實戰
- IBM Cognos TM1 Developer's Certification guide
- Java7程序設計入門經典
- QlikView Unlocked
- 深入淺出Python數據分析
- Test-Driven iOS Development with Swift
- Mastering JavaScript Promises
- Android從入門到精通