- Java 9 Programming By Example
- Peter Verhas
- 175字
- 2021-07-02 23:37:24
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 following function f has a side effect, though."
A block of code is set as follows:
package packt.java9.by.example.ch03;
public interface Sort {
void sort(SortableCollection collection);
}
If there is a line (or lines) of code that needs to be highlighted, it is set as follows:
id=123
title=Book Java 9 by Example
description=a new book to learn Java 9
weight=300
width=20
height=2
depth=18
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: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- AngularJS入門與進階
- Java范例大全
- AngularJS Testing Cookbook
- TypeScript Blueprints
- Beginning Java Data Structures and Algorithms
- HTML5+CSS3網站設計基礎教程
- SharePoint Development with the SharePoint Framework
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Swift 4從零到精通iOS開發
- Fast Data Processing with Spark(Second Edition)
- Oracle數據庫編程經典300例
- Nagios Core Administration Cookbook(Second Edition)
- 算法秘籍
- R語言與網站分析
- 計算機視覺增強現實應用平臺開發