umaragavan21
Member
- Member since
- May 14, 2011
- Last active
- May 30, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
8c213f68-4d06-4f5d-9b2e-36ca0c173b50
ya now it works without error but when i run MulticastServer i am getting an error couldnot open quote file.Serving time instead
-
#Threads
65805702-f246-4d3e-ba38-e4cb8cf8e42d
praveenscienceOki, send the error log here... Please wrap it up in code tags... 😀[/QUOTE i getting error in MulticastServer " cant find...
-
#Threads
dddc9cbe-7188-46bf-a98b-29f4c0372463
ya i included.
-
#Threads
ca0eb16c-fccd-430b-8d2c-06fe50c02679
public class MulticastServer { public static void main(String[] args) throws java.io.IOException { new MulticastServerThread().start(); } }
-
#Threads
d7afc151-34df-4126-9244-1c45228666d4
import java.io.*; import java.net.*; import java.util.*; public class MulticastServerThread extends QuoteServerThread { private long FIVE_SECONDS = 5000;...
-
#Threads
f5e6b745-d3b4-4e7b-8da7-bbd3cfb0b2c7
import java.io.*; import java.net.*; import java.util.*; public class MulticastClient { public static void main(String[] args) throws IOException {...