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: Please help me out.. I am stuck in details :-D

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please help me out.. I am stuck in details :-D

    Hello Friends,

    I am working on java since more than a year but never got to work on java-networking.
    I have started reading books and blogs for java-networking, but i am stuck in many questions..
    One of the question i am stuck is:

    Using TCP/IP we can sends and receive stream of bytes, and using UDP/IP we can send and receive packets/datagrams, but in OSI model, whether it is TCP/IP or UDP/IP, finally IP creates packets and send over the network. So in both case its packets moving over the network. So why TCP/IP is called to be stream oriented.

    Please help me.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Please help me out.. I am stuck in details :-D

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Thread moved.

Similar Threads

  1. Display the card Details
    By yannam in forum Java Theory & Questions
    Replies: 0
    Last Post: July 11th, 2013, 11:41 AM
  2. Can anybody explain this code in details
    By redbull in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 2nd, 2013, 12:34 AM
  3. Only Constructing an Object Once (Details Inside)
    By avalanche72 in forum Object Oriented Programming
    Replies: 0
    Last Post: April 6th, 2012, 04:23 AM
  4. HELP! Recompile with -Xlint:unchecked for details?????
    By polozelda in forum What's Wrong With My Code?
    Replies: 4
    Last Post: August 7th, 2011, 06:04 AM
  5. How to extract a particular element details which has more references ???
    By j_kathiresan in forum Algorithms & Recursion
    Replies: 1
    Last Post: December 31st, 2009, 01:11 AM