End of the Chapter

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page  

Answer:

An alias has been detected!
123     Bob     0
123     Bob     0

The single object referred to by the aliases account1 and by account3 was changed by the method call account3.processCheck( 85 ).

End of the Chapter

That about wraps it up for this chapter. For the balance of your time, you may wish to check the following topics.

You have reached the end of the chapter.

go to previous page   go to home page