umaragavan21

umaragavan21

Member

Member since
May 14, 2011
Last active
May 30, 2011
Total activities
0

Activity feed

Recent contributions

  1. #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

  2. #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...

  3. #Threads

    dddc9cbe-7188-46bf-a98b-29f4c0372463

    ya i included.

  4. #Threads

    ca0eb16c-fccd-430b-8d2c-06fe50c02679

    public class MulticastServer { public static void main(String[] args) throws java.io.IOException { new MulticastServerThread().start(); } }

  5. #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;...

  6. #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 {...

  7. #Threads

    f97f11f2-3455-4034-992c-ca1a91392800

    this code is not working

  8. #Threads

    b78ae40f-4589-4662-b557-6755af103dec

    i m going to implement the same project

  9. #Threads

    19af7405-2488-4229-b9f6-3a80dfd2dd94

    thank u so much

  10. #Threads

    6ba38fd4-eb19-4675-95bc-e245368a643d

    #-Link-Snipped-# please have a look at this link. The paper is PLEASE, ‘P’-LEAder SElection for Multicast Group Communication

  11. #Threads

    7277a71c-b509-4627-adc0-5216f13a4aa5

    i have to implement this model which has one administrator for the whole group and sub group leader for each subgroup.The administrator...

  12. #Threads

    need code for multicasting in java

    multicasting in java, which contains a single administrator and and a single leader for each sub group