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 |
Why should I learn scala?
Like Hibernate for Java-based applications, What are the Popular ORM Frameworks available to use in Play/Scala based applications?
In Scala, Pattern Matching follows which Design Pattern? In Java, ‘isinstanceof’ operator follows which Design Pattern?
What do you mean by “type inference” in scala?
Explain pattern matching in scala through an example?
What is a singleton object in scala?
What is ‘scala trait’ in scala?
What is the current latest version of scala? What is the major change or update in scala 2.12?
What is a monad in scala?
How do I append data in a list?
What is call-by-name? Does Scala and Java support call-by-name? What is the difference between call-by-value and call-by-name function parameters?
Is scala good for machine learning?