블로그
- 8/6(Thu) Annotation “Annotation” generally means a note, comment, or explanation added to something (such as text, an image Annotating an X-ray to point out a fracture. * Programming: Metadata attached to code elements (such as Java
- [java]doc, 문서화 주석(documentation comment) 123456789101112131415161718192021222324252627// project - Generate javadoc 하면// workplace/doc에서 코드에 대한 설명 볼 수 있다// 문서추적 테스트용 클래스는 코드 작성 후에 // 클래스나 메서드위에서 /**를 입
- 6일차(10월4일)이클립스 설치, while, do~while문, 이중 반복문 이클립스 단축키Ctrl + F11 -> JAVA SE 버전에서 main() 메소드가 있는 클래스에 대한 실행.Ctrl + Z -> UndoCtrl + Y -> RedoCtrl (주석)Ctrl + Shift + / -> Add Block CommentCtrl + Shift + \ -> Remove Block Comment -------------