abcd
Monday, June 10, 2013
how to find the first and last values in a List in JAVA
String first=list.get(0).toString();
String last=
list
.get(l1.size()-1).toString();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment