Answer Posted / Lokesh Nath Sinha
In Scala, App is a special class that provides an entry point to the application. It defines main(), which is executed when the program runs. When you create a new Scala project using sbt (Scala Build Tool), it generates a default build.sbt file and a main.scala file containing an App object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers