- 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.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Learning ROS for Robotics Programming(Second Edition)
- Boost C++ Application Development Cookbook(Second Edition)
- JavaScript語言精髓與編程實(shí)踐(第3版)
- Unity 2020 Mobile Game Development
- CouchDB and PHP Web Development Beginner’s Guide
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- Android Native Development Kit Cookbook
- 精通Linux(第2版)
- Node學(xué)習(xí)指南(第2版)
- Go語言開發(fā)實(shí)戰(zhàn)(慕課版)
- Ext JS 4 Plugin and Extension Development
- C語言程序設(shè)計(jì)