I'm doing C++ and Computer Networking courses and having a hard enough time but have to write a short java program to test a batch file we had to create.
What I want to do for now is just make a server that listens to connections
through a port, and accepts it's connections from the client. In other words, I need to creat a primitive messaging service to test on my computer via DOS.
I don't know much about java...if anyone has some code I could use I'd appreciate it. Thanks in advance.
What I want to do for now is just make a server that listens to connections
through a port, and accepts it's connections from the client. In other words, I need to creat a primitive messaging service to test on my computer via DOS.
I don't know much about java...if anyone has some code I could use I'd appreciate it. Thanks in advance.
Comment