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

Chapter 6. Objects > Application Objects

6.5. Application Objects

Each Scala program must start with an object’s main method of type Array[String] => Unit:

object Hello {
  def main(args: Array[String]) {
    println("Hello, World!")
  }
}


  

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