Think in java 答案_Chapter 5_Exercise 8

来源:互联网 发布:手机买菜软件 编辑:程序博客网 时间:2024/06/10 15:10

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


/****************** Exercise 8 ******************
* Change the class Cookie as specified in the
* section labeled "protected: 'sort of
* friendly.'" Verify that bite() is not public.
***********************************************/

public class E08_LeftToReader {
  public static void main(String args[]) {
    System.out.println("Exercise left to reader");
  }
}

//+M java E08_LeftToReader

**Just follow the instructions in the book.