static variable
메모리에->name, type, extra space for value directly
instance variable
메모리에->name type, 실제 값은 적혀있지 않아
constructor->initialize
int [] ary={3,2,1};<-different data type
ary.length
foreach loop
access every value
for(int x:1ary)
->code simpler no index