Monday, November 22, 2010

Java - What is the difference between String and String[] ?

String is just one string.

String is an array of String's.

No comments:

Post a Comment