2010-04-01, 09:51 PM
Fiel Wrote:A string used in this context is meaningful in computer programming. It generally refers to textual data. It is called a string because in computer programming there are no paragraphs, sentences, or punctuation marks like in traditional English. So any and all textual data is called a string instead.
Oh, I know that, well I think I do anyway.
System.out.println("Hello World."); has Hello World. as its strings, correct?
I was asking what these strings say and where they could be found.

