基本概念
数据类型
类型转换
隐式转换: int -> long -> float -> double 显式转换:int i = (int) 2.20 可能会丢失数据精度 |
命名规范
命名要具有可读性、区分性 采用驼峰形式 不要使用中文;除了常量,不要用下划线; 不要用无意义的名字 java.lang.Math
字符串格式化
|
java.lang.String
面向对象
类结构
|
Cheatography
https://cheatography.com
java cheat sheet Cheat Sheet (DRAFT) by codekook
This is a draft cheat sheet. It is a work in progress and is not finished yet.