I want to make an application that communicates over the network in java. Just something that I can give to someone else and we can send information back and forth given an IP address. What are some good online tutorials for me to look at?
Name:
Anonymous2011-12-26 11:03
Every language have sockets, 99% of them have simpler socket handling than Java's reader objects inside reader objects fetish, half of your toy instant messenger will be threading boilerplate to handle sending and receiving, if its really "just something" you'll be wasting time setting up and rewriting types everywhere in a language when a dynamic typing language was sufficient. When most of the scripting languages have exe bundlers to make it easy to deploy, why Java? IHBT