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
Ranked #44.3K
~2K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for bluebird

[quote=bluebird;279103]hello, What problems will I encounter if I use Array although I don' know how many elements need I store? If I set the array size very large than I expected, can problem arises anymore? I tried to use Arraylist. But when there are many attributes, I always declare a …

Member Avatar for aviasoorya
0
158
Member Avatar for ray_broome

hi i guess its not a problem with the code, it must function i see ur code is this ArrayList<Item> itemsList = new ArrayList<Item>(); ... Item anItem = new Item(); ... itemsList.add(anItem); double amount = itemsList.get(0).getStartValue(); and i understand from this is u r trying to add item object in …

Member Avatar for jwenting
0
2K

The End.