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:

No. The reference in source will be copied into target, but this will have no effect on the actual arrays because source and target are formal parameters of copy(). The variables s and t of the main program will not be changed, nor will any array element be changed.

End of the Chapter

That about wraps it up for this chapter. You may wish to review the following. Click on a subject that interests you to go to where it was discussed.

You have reached the end of the chapter.

go to previous page   go to home page