반응형 자바 random 메소드1 AP Computer Science A Java Quick Reference (3) Math Class AP Computer Science A Java Quick Reference (3) Math Class 자바에서 Math 클래스는 자바를 설치하면 포함되는 클래스로서, 이 클래스 안에 있는 메소드들은 static method이기 때문에 object를 만들지 않고 "클래스이름.메소드이름()" 방식으로 바로 사용가능합니다. Static methods (also called class methods) are called using the class name and the dot operator (.) followed by the method name. You do not need to create an object of the class to use them. You can use ClassName.metho.. 2024. 3. 28. 이전 1 다음 728x90 반응형