Re: question about the toString Method



Art Cummings wrote:
Fluent use of the API documentation is one of the most important Java
skills. People without that skill are dependent on whatever summaries
appear in books and tutorials they use. People with API documentation
reading skill can use the full range of Java features. Even non-Sun
add-in packages for Java usually have documentation in the same format.

Patricia

Thanks Patricia, I do find it difficult to understand what's being said there, now I understand that it's an acquired skill. I'm going to start spending time trying to become familiar with it.

The best way I know is to pick some question, such as your question
about what happens when you call System.out.println(myCourse), and try
to track down the information through the documentation.

Patricia
.