| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 9 of 17 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, [9 (top)], 10, 11, 12, 13, 14, 15, 16, 17, [Lab] |
|
Notes for Slide 09 To create a String variable, use a String-statement. The String-statement shown in the slide uses the name message for the String variable. The statement is the word String followed by the name of the String variable you would like to create, followed by a semicolon character: ; :which is often used at the end of a Java statement. The slide also shows that the value inside this newly created String variable is null and notice that the word null does not have quote characters around it. 1, 2, 3, 4, 5, 6, 7, 8, [9 (top)], 10, 11, 12, 13, 14, 15, 16, 17, [Lab] |