Networking

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajithamol

    #1

    Networking

    While using the networking concepts in Java, I heard about two methods using TCP/IP and UDP (Using Datagrams). What is actual difference between these two? Which one is most effective one? Please clarify this one.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sajithamol
    While using the networking concepts in Java, I heard about two methods using TCP/IP and UDP (Using Datagrams). What is actual difference between these two? Which one is most effective one? Please clarify this one.
    Good thing about it is that you probably don't have to worry about them.
    See here.

    Comment

    Working...