Think in java &答案_Chapter 2_Exercise 2

来源:互联网 发布:表情包 面具 淘宝 编辑:程序博客网 时间:2024/04/28 18:59

阅前声明: http://blog.csdn.net/heimaoxiaozi/archive/2007/01/19/1487884.aspx

/****************** Exercise 2 ******************
* Find the code fragments involving ATypeName
* and turn them into a program that compiles and
* runs.
***********************************************/

public class E02_ATypeName {
  public static void main(String args[]) {
    E02_ATypeName a = new E02_ATypeName();
  }

//+M java E02_ATypeName

原创粉丝点击