摘要:
The javax.servlet.Servlet Interface Servlet programming is made possible through the classes and interfaces in two packages: javax.servlet and javax.servlet.http. Of those classes and interfaces, the... 阅读全文
摘要:
Socket主要有两个类:java.net.Socket (客户端)java.net.ServerSocket (服务器端)1。 the Socket class A socket is an endpoint of a network connection. A socket enables an application to read from and write to the netwo... 阅读全文
摘要:
HTTP is the protocol that allows web servers and browsers to send and receive data over the Internet. It is a request and response protocol. The client requests a file and the server responds to the r... 阅读全文