...

/

Summary: Debugging Interlude—Common Mistakes with Classes

Summary: Debugging Interlude—Common Mistakes with Classes

In this lesson, we will summarize the important points made in this chapter.

We'll cover the following...
  • An error in computation that does not produce an error message is an example of a silent error.
  • Before calling a standard method in the Java Class Library,
...