Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
proveanegative
10y ago
0 comments
Save
Share
Is Kotlin's type system identical to Java's?
0 comments
2 comments · 2 top-level
top
newest
oldest
realharo
10y ago
One difference is that Kotlin's types are non-nullable by default
http://kotlinlang.org/docs/reference/null-safety.html
Another is that there are no primitive types.
incepted
10y ago
It's very similar, yes.
j
/
k
navigate · click thread line to collapse