public static void main -> psvm
psvm 엔터
system.out.println -> sout
sout 엔터
for 구문 생성 -> fori
for-each 구문 생성 -> iter
이전 클래스 열기 commad + e + enter
코드 실행 control + option + R
현재 코드 실행 control + R
코드 디버깅 control + option + D
현재 코드 디버깅 control + D
한줄 복사 command + D
한번에 이름 바꾸기 Rename shift + f6
현재 구문 완성 shift + command + enter
코드 자동 정렬 command + option + L
한줄 선택 option + ↑ or ↓
전체 검색 shift 2번
아무거나 실행 control 2번
한줄 주석 // command + /
//로 시삭해서 이 기호 이후의 모든 텍스트는 주석으로 처리 된다.
여러줄 주석 /* */
/*로 시작하고 */로 끝나면 이 사이 모든 텍스트는 주석으로 처리된다.