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.
Printable View
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.
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.Code Java:import java.util.* public class example { int variable; public setVariable(int input) { this.variable = input; } }
Best regards,
Alice