- Java 11 and 12:New Features
- Mala Gupta
- 186字
- 2021-07-02 12:26:57
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: "The PUT request is used to create or update an entity on a server, using a URI."
A block of code is set as follows:
class GarmentFactory {
void createShirts() {
Shirt redShirtS = new Shirt(Size.SMALL, Color.red);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
abstract record JVMLanguage(String name, int year);
record Conference(String name, String venue, DateTime when);
Any command-line input or output is written as follows:
java -Xshare:dump
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "As you will notice, the Lock Instances option displays an exclamation mark right next to it."
- Mastering RabbitMQ
- 摩登創客:與智能手機和平板電腦共舞
- Android Studio Essentials
- Python網絡爬蟲從入門到實踐(第2版)
- Android NDK Beginner’s Guide
- Python程序設計案例教程
- SQL Server 2016數據庫應用與開發
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Regression Analysis with Python
- Python從入門到精通(第3版)
- Python一行流:像專家一樣寫代碼
- Mastering ASP.NET Core 2.0
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Test-Driven iOS Development with Swift