Hi, I would like to know whether the Berkeley socket programming in java is possible or not. If possible i would like to be informed where should i look for the code and also a detail reference about it.
Thank U.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
Welcome to JavaRanch.
I'm not sure what difference there may be to what used to called Berkeley sockets, but Java has the Socket and ServerSocket classes for networking. An example of how to use those can be found here.