前回の記事を「やろうと思ったけどできなかったよう」とTwitterにシェアしたところ、心の師匠から御助言頂きました ...
もう!JAVAでpablicなクラスやインターフェース、列挙型はソースファイルにひとつしかけないけどそれ以外は複数書けるって言うのがイマイチ理解できない〜! サンプルソースファイル「MyClass.java」を考えましょう。 このサンプルでは、4つの要素を含んでい ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
import java.io.*; import java.util.ArrayList; import java.util.List; import java.io.Serializable; import java.io.EOFException; import java.io.FileInputStream; import ...