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 #72.7K
Ranked #4K
~382 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for charchar88

I believe this is similar to the dining philosophers problem but a little different and somewhat easier. [url]http://en.wikipedia.org/wiki/Dining_philosophers_problem[/url] Basically I have a barrier class and a waitingThread class. I need to create 4 threads. Each thread is meeting at a place to "eat". But none can begin "eating" until the …

Member Avatar for charchar88
0
151
Member Avatar for profyou
Member Avatar for canwilf
0
86
Member Avatar for freesoft_2000
Re: GoTo

Hi everyone, I need to use something in java that is similar to the C language goto statement. This is what i have in a function [code] public int ret() { if { //something //something //This is the part where i need to jump to the end of the //function …

Member Avatar for Ezzaral
0
145