Explore Library
KotlinIntroduction & Core Concepts

50 items

QuizBeginner

Null Safety Basics

A ? after a type marks it as nullable, allowing null values.

What does the `?` mean in `val name: String? = null`?