- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 94字
- 2021-06-10 18:49:23
Interoperability with Java
Kotlin is completely interoperable with Java. It hasn't changed any of the existing Java functionality. This means that if we are in the middle of an application or microservice written in Java, we can switch to Kotlin and use its new features.
If we have an existing Java project and want to leverage the advantage that Kotlin offers, we can add new code in Kotlin to an existing Java project. In an application, part of the code can be written in Java, part in Kotlin, and they will work seamlessly together.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- C++面向對象程序設計(微課版)
- 深入淺出WPF
- Java FX應用開發教程
- The React Workshop
- Git高手之路
- C語言程序設計實踐教程
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- FFmpeg入門詳解:音視頻原理及應用
- QTP自動化測試進階
- Linux C編程:一站式學習
- JavaScript應用開發實踐指南
- Scala編程(第5版)
- Android Sensor Programming By Example