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.
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.
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.