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 |
Explain different types of identifiers in scala?
What is a ‘Scala map’?
What is the difference between call-by-value and call-by-name function parameters?
Explain any five string methods?
What is the difference between Function and Method in Scala?
How scala is different from java?
How does yield work in scala?
Explain the difference between array and list in scala?
What are the different types of Scala literals?
What is an array in scala?
How Scala supports both Highly Scalable and Highly Performance applications?
Explain ‘Scala higher order’ functions?