- Modular Programming in Java 9
- Koushik Kothagal
- 211字
- 2021-07-02 18:38:15
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: "We'll first call the getContacts() method on an instance of ContactUtil to get the hardcoded Contact list."
A block of code is set as follows:
module packt.addressbook { requires packt.sortutil; }
Any command-line input or output is written as follows. Lines beginning with $ indicate an input command. The input command might be broken into several lines to aid readability, but needs to be entered as one continuous line at prompt:
$ export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
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: "Click on File | New Project, you'll see a New Project overlay with a new option in the Java category--Java Modular Project."
- Learning Python Web Penetration Testing
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- 程序員面試筆試寶典
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- Swift Playgrounds少兒趣編程
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Python計算機視覺和自然語言處理
- 大學(xué)計算機基礎(chǔ)實驗指導(dǎo)
- PyQt編程快速上手
- AMP:Building Accelerated Mobile Pages
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復(fù)雜圖像數(shù)據(jù)
- 算法精解:C語言描述
- HTML5程序設(shè)計基礎(chǔ)教程
- Kotlin程序員面試算法寶典
- 生成藝術(shù):Processing視覺創(chuàng)意入門