- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 166字
- 2021-06-25 20:52:25
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Make the getInstance method thread-safe by adding the synchronized keyword to its declaration."
A block of code is set as follows:
public class Car extends Vehicle
{
public Car(String name)
{
super(name)
}
}
Any command-line input or output is written as follows:
java --list-modules
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Before this change, you would need the complete Java Runtime Environment (JRE) as a whole to be loaded on a server or a machine to run the Java application."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Java Web開發(fā)學(xué)習(xí)手冊
- Web Development with MongoDB and Node(Third Edition)
- Python機器學(xué)習(xí)之金融風險管理
- Buildbox 2.x Game Development
- Mastering Apache Storm
- Nagios Core Administration Cookbook(Second Edition)
- Python 3 Object:oriented Programming(Second Edition)
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Python編程基礎(chǔ)教程
- AutoCAD基礎(chǔ)教程
- Enterprise Application Architecture with .NET Core
- Python機器學(xué)習(xí)
- Serverless工程實踐:從入門到進階
- 面向物聯(lián)網(wǎng)的Android應(yīng)用開發(fā)與實踐
- Illustrator CS6中文版應(yīng)用教程(第二版)