Monday, October 31, 2011

Lab#3 Sockets

This week will start the Java Network Programming labs (first out of five) in the lab. You can get the non self-explanatory guide from here.


There are many good sources to learn from. But I think the best advice I can give you is that network programming is like riding a bike: you learn by doing it.

While on the campus network you can access a huge collection of Safari Books Online. A relevant one is this one.

But among many online resources, the Java Tutorial is worth trying. They even have a Sockets section you may enjoy reading.

Please remember that Java is free and open. You can easily download JDK to your system, so you can both compile and run any examples. I encourage to do so.

No comments:

Post a Comment