- 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.
- JavaScript:Functional Programming for JavaScript Developers
- Learning Flask Framework
- 精通網絡視頻核心開發技術
- Visual Basic程序設計教程
- OpenGL Data Visualization Cookbook
- Instant PHP Web Scraping
- App Inventor創意趣味編程進階
- Hadoop大數據分析技術
- Solr權威指南(下卷)
- SQL Server實例教程(2008版)
- Python Django Web從入門到項目實戰(視頻版)
- SAP HANA Cookbook
- 程序員的算法趣題2
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- Web 2.0策略指南