TheFreeSite.com!

Monday, July 28, 2008

Chapter 12: Passing and returning objects

Since the only way you talk to objects in Java is through “handles,” the concepts of
passing an object into a function and returning an object from a function have
some interesting consequences. This chapter explains what you need to know to
manage objects when you’re moving in and out of functions, and also shows the
String class, which uses a different approach to the problem.

0 comments:

Tell Me Doubts In Java