Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~115 People Reached
Favorite Forums
Favorite Tags
java x 5
Member Avatar for holo12

I have array of objects how to iterate throw this array and delete some objects depending on the condition: ArrayList<Book>b=new ArrayList<Book>(); for(int i = 0 ; i < b.size ; i ++){ //if some condition //remove b.get(i); } what should I do??

Member Avatar for holo12
0
115