Join Slack
Powered by
Basically, almost everything can be null (except f...
# getting-started
n
nulldev
04/11/2018, 5:19 PM
Basically, almost everything can be null (except for primitives, the types that start with lowercase letter:
int, boolean, etc...
). That's why null is so dangerous in Java. Your program can basically crash anywhere! Kotlin tries to fix this problem.
Open in Slack
Previous
Next