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.