Kotlin Flashcards

1
Q

How to read a file in Kotlin

A

File(“sample.txt”).readText()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wie spezifiziert man, das Kotlin für den Aufruf aus Java Konstruktoren für default-Werte anlegen soll?

A

class @JvmOverloads constructor(…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly