-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Kotlin for Java Developers
By :
At this point, we will see how we can find some similarities and differences between Java and Kotlin. We will emphasize very particular parts, in some we will not go in-depth since this book will have chapters to explain the points in detail. But we do want to share in this part with the reader what the points may be where the similarities arrive and what are the differences between the two. The main objective is for this to be the starting point to understand simple differences, but also to know that later we will explain the differences that are more complex and that deserve explanation in detail.
Kotlin is a programming language that works on the Java Virtual Machine (JVM). In other words, this means that Kotlin needs a JVM installed on the device where we want our code to work. It is very common that when we start, we have many doubts about this, but later in this book, we will address the topic in detail.Although...