| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 10 of 17 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, [10 (top)], 11, 12, 13, 14, 15, 16, 17, [Lab] |
|
Notes for Slide 10 There is not very much you can do with the initial value of a String variable. Inside your Java program you are able to check to see if the contents of a variable is null, and you can also output the value of a variable even if it is null, but it will look the same as if the variable had the actual String value consisting of the four characters n, u, l, and l. The reason why you use variables in you program is to store values so that you can use these value later in your program. 1, 2, 3, 4, 5, 6, 7, 8, 9, [10 (top)], 11, 12, 13, 14, 15, 16, 17, [Lab] |