Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Sockets and Internet Protocols and the fly likes sockets; can be done via internet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "sockets; can be done via internet?" Watch "sockets; can be done via internet?" New topic
Author

sockets; can be done via internet?

Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
I am reading hf java, on sockets.

Via network, we can make 2 pcs, talk to each other.

Is it possible that they are totally disconnected (seemingly), and just connected via internet?

Jesus
satishkumar janakiraman
Ranch Hand

Joined: May 03, 2004
Posts: 334
Hi,

You can use sockets to for communication. Before using sockets you should know the ip address and the port number of each computer. It does not matter Whether it is connected through LAN or Internet.

bye for now
sat
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: sockets; can be done via internet?
 
Similar Threads
open a pdf inline using MIME in ie7
Java.net Socket Exception
Question about URLConnection
Is it possible to create a Socket that is only visible locally?
How to write telnet server like program?