站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Programmer's Guide to Java Certification 2nd

Programmer's Guide to Java Certification 2nd

[ directory ] Previous Section Next Section

Programming Exercises

graphics/pe_icon.gif

1.1

Modify the program from Example 1.4 to use the PrintableCharStack class, rather than the CharStack class. Utilize the printStackElements() method from the PrintableCharStack class. Is the new program behavior-wise any different from Example 1.4?

    [ directory ] Previous Section Next Section