Programming & Network (19) 썸네일형 리스트형 Language Basics 출처: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html Variables (변수)As you learned in the previous lesson, an object stores its state in fields.int cadence = 0; int speed = 0; int gear = 1; The What Is an Object? discussion introduced you to fields, but you probably have still a few questions, such as: What are the rules and conventions for naming a field? Besides int, wha.. About Java 유용한 사이트들 모음 tutorial : http://www.tutorialspoint.com/java/ https://docs.oracle.com/javase/tutorial/reallybigindex.html java API documentation : http://docs.oracle.com/javase/8/docs/api/index.html 이전 1 2 3 다음