computer science/JAVA 썸네일형 리스트형 [JAVA 개념] method method = function public static void main(String[] args){ return } - 위 코드에서 main이라고 하는 것이 method - 객체지향에서 조금더 자세히 다룰 것 method 정의, 호출 package org.opentutorials.javatutorials.eclipse; public class Helloworld { public static void numbering() { int i = 0; while (i 이전 1 다음