We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4a944 commit 89dc086Copy full SHA for 89dc086
exercises/concept/tim-from-marketing/.docs/introduction.md
@@ -4,7 +4,7 @@
4
5
In Java, the `null` literal is used to denote the absence of a value.
6
7
-Primitive data types in java all have a default value and therefore can never be `null`.
+Primitive data types in Java all have a default value and therefore can never be `null`.
8
By convention, they start with a lowercase letter e.g `int`.
9
10
Reference types contain the memory address of an object and can have a value of null.
0 commit comments