
java2核心技术
wwweducn
这个作者很懒,什么都没留下…
展开
-
java网络编程入门1:Connecting to a Server(转自core java)
Connecting to a ServerBefore writing our first network program, lets learn about a great debugging tool for network programming that you already have, namely, telnet. Telnet is preinstalled on most s原创 2005-06-08 20:42:00 · 1110 阅读 · 2 评论 -
java网络编程入门4:Making URL Connections(转自core java)
Making URL ConnectionsIn the last section, you saw how to use socket-level programming to connect to an SMTP server and send an e-mail message. It is nice to know that this can be done and to get a gl原创 2005-06-08 21:12:00 · 2169 阅读 · 1 评论 -
java网络编程入门5:Advanced Socket Programming(转自core java)
Advanced Socket ProgrammingIn the following sections, we cover advanced issues that arise in real-world programs. We first show you how to use timeouts and interrupts to deal with connection errors. W原创 2005-06-08 21:18:00 · 1473 阅读 · 1 评论 -
java网络编程入门2:Implementing Servers(转自core java)
Implementing ServersNow that we have implemented a basic network client that receives data from the Internet, lets implement a simple server that can send information to clients. Once you start the s原创 2005-06-08 20:47:00 · 1025 阅读 · 1 评论 -
java网络编程入门3:Sending E-Mail(转自core java)
Sending E-MailIn this section, we show you a practical example of socket programming: a program that sends e-mail to a remote site.To send e-mail, you make a socket connection to port 25, the SMTP por原创 2005-06-08 20:58:00 · 1096 阅读 · 1 评论