搜索资源列表
Basic_programming_questions
- 在该文件中包含了很多基本的Java编程的问题。 如:套接字问题的HTTP问题,先进的网络概念,远程方法调用-In the document contains a lot of Basic programming questions about java. such as: Socket Questions, HTTP Questions, Advanced networking concepts, Remote method invocation... ect
ServerSocket
- java网络编程中利用Socket通信,ServerSocket的使用方法,新建,与客户端建立连接,关闭连接等-java Socket Communications Network Programming ServerSocket use the new, with the client to establish a connection, close the connection
EchoSocket
- 用java socket编程实现简单的多线程聊天功能 其中发出的信息必须是ID号+内容 -Java socket programming with simple chat function