728x90 system.out.print1 자바를 배울 때 첫번째로 알아야 하는 것 개인적인 메모를 위해 작성된 글이므로 가벼운 참고용으로 봐주세요. ■ 기본적인 형태 class main { public static void main (String[] args) { system.out.println("Hello world"); } } - class main ? main이라는 이름을 가진 '틀' - public static void main (String[] args) ? 무언가를 실행시키기 위한 명령의 제목 - system.out.println("Hello world"); ? Hello world를 모니터에 출력한다는 명령 ※ . 마침표는 of로 보면 된다. 예를들어 System.out.println 이면, system이라는 폴더안에 out이 들어있고, out을 열어보니 println이.. 2020. 4. 9. 이전 1 다음 728x90 반응형