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.

Results 1 to 2 of 2

Thread: Somq Q's

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Somq Q's

    Hi,


    1. Just to be sure, if I use serialization to send structure (with primitive variables) and send the structure to an application which was written in c++, then the other application (in c++) will have problem to read the data ? (because it expect for structure with known fields, and not for a new message (serialize message),
    am I write ?

    2. If I have a structure which I need to send (via UDP or TCP),
    what is the best way too send it ? (and the other side may not be java application) ?
    (I want a way which I have same function signature for sending and receiving (via UDP or TCP), How can I do it ?

    Thanks

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Somq Q's

    Is this the same question as this other thread: http://www.javaprogrammingforums.com...a-tcp-udp.html
    If you don't understand my answer, don't ignore it, ask a question.