What is the default unit and functional testing framework for play? What is the default build tool for play? What is the default template engine for play? What is the built-in web server available in
Answer / Bobindra
The default unit in Play is seconds. The functional testing framework is Specs2. The default build tool is sbt (Scala Build Tool). The default template engine is Twirl Templates. The built-in web server available in Play is the Netty Server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are case classes in scala?
What is exception handling in scala?
What is bitset in scala?
What is a custom exception in scala?
What is implicit class in scala?
What is unapply method in scala?
What is the current latest version of scala? What is the major change or update in scala 2.12?
Which is better scala or python?
What is an anonymous object in scala?
What is auxiliary constructor in scala?
What is the difference between Case Object and Object(Normal Object)?
Write a few frameworks of scala?