Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Statements > return Statement

return Statement

A return statement with a value should not use parentheses unless they make the return value more obvious in some way. Example:

return;

return collection.size();

return (size > 0 ? size : defaultSize);

  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial