Communication Program of Network Based on Java

Tongwen Xu
2009-01-01
Abstract:File transfer is an important application in computer network.The class library files of object-oriented programming language Java in networks is researched.Using Socket to fulfill the communication based on TCP/IP protocol.Via a two-way communication link between Client and Server,data can be exchanged in the network.Users can achieve the purpose of sharing resources by not only downloading the files provided by Sever but also transferring files from the local to the remote computers.
What problem does this paper attempt to address?