classとはオブジェクトの定義で変数と関数をclass内に記述する 変数はプロパティ=属性、関数はメソッド=操作と呼ぶこともある public static void main (String[] args) { publicは関数のスコープを決めるてpublicはどこからも見えるということ staticはmainはstaticじゃない ...
From assertions in JDK 1.4 to the forthcoming lambdas in Java 8, the Java language has evolved considerably since its inception. The next several Java 101 articles present a toolbox of essential Java ...