- Learning Network Programming with Java
- Richard M.Reese
- 272字
- 2021-08-20 10:41:35
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The SSLSocketFactory
class' getDefault
returns an SSLSocketFactory
instance whose createSocket
creates a socket that is connected to the secure echo server."
A block of code is set as follows:
public class ThreadedEchoServer implements Runnable { private static Socket clientSocket; public ThreadedEchoServer(Socket clientSocket) { this.clientSocket = clientSocket; } ... }
Any command-line input or output is written as follows:
Enter keystore password: Re-enter new password: What is your first and last name? [Unknown]: First Last What is the name of your organizational unit? [Unknown]: packt What is the name of your organization? [Unknown]: publishing What is the name of your City or Locality? [Unknown]: home What is the name of your State or Province? [Unknown]: calm What is the two-letter country code for this unit? [Unknown]: me Is CN=First Last, OU=packt, O=publishing, L=home, ST=calm, C=me correct? [no]: y Enter key password for <mykey> (RETURN if same as keystore password):
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Once NetBeans has been installed, start it and then create a new project from the File | New Project… menu item."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- 實用防銹油配方與制備200例
- Reactive Programming With Java 9
- Kinect for Windows SDK Programming Guide
- Java 9模塊化開發(fā):核心原則與實踐
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機指導(dǎo)(第三版)
- HTML5從入門到精通(第4版)
- “笨辦法”學(xué)C語言
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學(xué)版)
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- 超好玩的Scratch 3.5少兒編程
- Mastering Leap Motion
- XML程序設(shè)計(第二版)
- HikariCP數(shù)據(jù)庫連接池實戰(zhàn)
- Mastering Rust