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
~224 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for DigitalGirl

Hello :) I've been trying to compare to array lists with the following code: [CODE] final VideoObj v1 = new VideoObj( "A", 2000, "B" ); final VideoObj v2 = new VideoObj( "B", 2000, "B" ); ArrayList<Record> list = new ArrayList<Record>(); list.add(new Record(v1,1,0,0)); list.add(new Record(v2,3,0,0)); ArrayList<Record> list3 = new ArrayList<Record>(); list3.add(new …

Member Avatar for DigitalGirl
0
100
Member Avatar for MrMackey

Hi Everyone, I am Koos 16 years old (almost 17) and amfrom holland. I have a little ICT background, mainly hardware and a little photoshop and flash. At the moment I follow ICT as a choice subject, and we are at the java language right now. I have already made …

Member Avatar for vietnamvisa
0
124