コード例 #1
0
ファイル: Final.java プロジェクト: kaiyuean/presentation1
 public static void main(String args[]) {
   Final obj = new Final();
   obj.myMethod();
 }