Coding, Linux, Hacking Security, Learning!
java how to find array length
String[] mystr = {"c++", "java", "php"} int leng = mystr.length System.out.format("The Java array length is %d", leng);
| Print article | This entry was posted by admin on March 7, 2010 at 3:04 pm, and is filed under Java. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |