- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 132字
- 2021-06-10 18:49:25
Concise code
Kotlin code is elegant and clear and has a lot less boilerplate code than Java. When we compare a Java class and a Kotlin class that perform the same task, the one written in Kotlin will typically be much more concise, clear, and compact than the one written in Java. Kotlin greatly reduces the boilerplate code, meaning we don't need to write getters, setters, or toString(), hashCode(), or equals() functions. Kotlin generates all these constructs by itself, making the language more clean and concise.
We can choose which language to use for application development. If we already have an application written in Java, we can include Kotlin to get the benefits that it offers so that the code becomes clear, concise, and easy to maintain.
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- Machine Learning with R Cookbook(Second Edition)
- Network Automation Cookbook
- Visual FoxPro程序設計
- Apache Kafka Quick Start Guide
- C# 8.0核心技術指南(原書第8版)
- Getting Started with React Native
- Spring Boot+MVC實戰指南
- Java并發編程之美
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Software-Defined Networking with OpenFlow(Second Edition)
- MongoDB Administrator’s Guide
- C++面向對象程序設計
- 大話C語言
- Natural Language Processing with Python Cookbook