hi
i build a model one source and one reciver using instance of different classes.
now i have problem how i send packet from one source to many reciever.i creat model of object oriented programming not neteork programming in java.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hi
i build a model one source and one reciver using instance of different classes.
now i have problem how i send packet from one source to many reciever.i creat model of object oriented programming not neteork programming in java.
Last edited by bhatti; December 6th, 2010 at 05:49 PM.
Hello Bhatti,
I'm new here, and I'm afraid I can't offer much help.
However, you could edit your code and make it more readable for the other members.
You do that by writing the tag [highlight=Java] before your code and place [/highlight] behind it. Your code will look like this:
That should make it easier for people to help you.import java.util.* public class example { int variable; public setVariable(int input) { this.variable = input; } }
Best regards,
Alice