String tt = **
Hi,
on page 429, in listing 13-3, approximately line 8, it shows the statement:
String tt = **;
I have never seen this construct before, or at least don't remember seeing it. I assume he's creating and initializing a string variable tt, but I bet there's more to it than that.
I don't find anything searching on Google. Can someone tell me or point to what this means?
Thanks,
Barry.
|