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
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment