- 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."
- LabVIEW Graphical Programming Cookbook
- Python數(shù)據(jù)分析入門與實戰(zhàn)
- DevOps Automation Cookbook
- Vue.js 2 Web Development Projects
- Python3.5從零開始學(xué)
- Mastering Elasticsearch(Second Edition)
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Maker基地嘉年華:玩轉(zhuǎn)樂動魔盒學(xué)Scratch
- Learning Kotlin by building Android Applications
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Bitcoin Essentials
- INSTANT EaselJS Starter
- Java網(wǎng)絡(luò)編程實用精解
- Python GUI設(shè)計:tkinter菜鳥編程
- Learning Adobe Muse