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 Play Framework?
Answer / Raj Bhushan Rai
1. The default unit type in Scala is `scala.Unit`.
2. The default functional testing framework for Play is Specs2.
3. The default build tool for Play is sbt (Scala Build Tool).
4. The default template engine for Play is Twirl Templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?
What is Scala anonymous function?
What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?
What are the data types in scala?
Popular clients who are using Play and Scala to develop their applications?
Describe loops in scala?
Which scala library is used for the functional programming?
What are the Popular Scala-Based Frameworks to develop RESTful Web Services or REST API?
Explain different types of identifiers in scala?
What is Null in Scala? What is null in Scala? What is difference between Null and null in Scala?
What is function composition in scala?
What is method overloading in scala?