Site MapHelpFeedbackAdditional Features of Java
Additional Features of Java


CHAPTER OBJECTIVES

1. Distinguish between static members and instance members.
2. Be able to create try blocks and catch blocks to handle exceptions.
3. Compare file input/output with console input/output.
4. Be able to develop a driver to test the methods in a class.
5. Understand the fundamentals of the Java Virtual Machine.
6. Be able to override the Object class’s equals method.
7. Understand the interplay between packages and visibility modifiers.









CollinsOnline Learning Center

Home > Chapter 2