I had a quick question. I am going back to the begining of my Java for Dummies book to read over the section that talks about Class, method and so on so I can get a better understanding of what I am doing.
I understand this code and what it does but I want to understand the different elements.
System.out.println
is 'System' the 'Class'? and println the 'Method'? If I am right so far what is the 'Out', is it a SubClass of System?
This board has been great for me to get a better understanding of Java, Thank you.
-Lars
I understand this code and what it does but I want to understand the different elements.
System.out.println
is 'System' the 'Class'? and println the 'Method'? If I am right so far what is the 'Out', is it a SubClass of System?
This board has been great for me to get a better understanding of Java, Thank you.
-Lars