2019 27th National Conference With International Participation (TELECOM) 2019
DOI: 10.1109/telecom48729.2019.8994896
|View full text |Cite
|
Sign up to set email alerts
|

Comparative study Java vs Kotlin

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
5
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(5 citation statements)
references
References 1 publication
0
5
0
Order By: Relevance
“…Whereas static methods are used for function declaration outside classes in Java, Kotlin allows the declaration of function outside the classes. The approach in Java results in classes whose instances are never created, and static methods are called instead (Gotseva et al, 2019). The main feature of Kotlin is the support for non-nullable types, making applications less susceptible to the so-called null point dereference, i.e.…”
Section: The Kotlin Programming Languagementioning
confidence: 99%
See 3 more Smart Citations
“…Whereas static methods are used for function declaration outside classes in Java, Kotlin allows the declaration of function outside the classes. The approach in Java results in classes whose instances are never created, and static methods are called instead (Gotseva et al, 2019). The main feature of Kotlin is the support for non-nullable types, making applications less susceptible to the so-called null point dereference, i.e.…”
Section: The Kotlin Programming Languagementioning
confidence: 99%
“…Similarly, when accessing an object of nullable types, the question-mark operator is used instead of the dot operator. An overview of data types in both languages is summarized in Table 1 (Gotseva et al, 2019). In addition, primitive and reference data types are differently organized in the memory.…”
Section: The Kotlin Programming Languagementioning
confidence: 99%
See 2 more Smart Citations
“…Since Kotlin has 100% interoperability with Java, quite a few Kotlin related studies did a comparative study between Java and Kotlin language [7][8] [9]. They concluded that Kotlin is concise and safe, can improve the productivity of the programmer, and also improve the quality of applications.…”
Section: A Kotlinmentioning
confidence: 99%