2011年6月29日

GetLength()

摘要: GetLength takes an integer that specifies the dimension of the array that you're querying and returns its length. 阅读全文

posted @ 2011-06-29 20:47 qih33 阅读(138) 评论(0) 推荐(0)

Difference between "Char" and "String"

摘要: Char is a single character, a String is a sequence of characters (possibly just one). In addition, String is an full-blown object, a char primitive data type is just two bytes in unicode. 阅读全文

posted @ 2011-06-29 20:11 qih33 阅读(89) 评论(0) 推荐(0)

导航