1.
Play Frame Work is written in
Correct Answer
C. Scala
Explanation
Play Framework is written in Scala. Scala is a programming language that is designed to be a blend of object-oriented and functional programming. It is known for its concise syntax and strong static typing. Play Framework, being written in Scala, allows developers to build web applications using the powerful features and libraries provided by Scala. Scala's interoperability with Java also makes it easier to integrate existing Java code into Play applications.
2.
Play Frame Work was first relaesed in
Correct Answer
A. 2007
Explanation
The Play Framework was first released in 2007.
3.
The developers of Play Framework are Zengularity and the community, and
Correct Answer
D. Lightbend
Explanation
The correct answer is Lightbend because it is the company that currently owns and maintains Play Framework. While Zengularity and the community may have been involved in the development of the framework, Lightbend is the official organization responsible for its ongoing development and support.
4.
The first published code for Play appeared on
Correct Answer
C. LaunchPad
Explanation
The correct answer is LaunchPad because it is stated that the first published code for Play appeared on LaunchPad. This suggests that LaunchPad is the platform where the code for Play was initially made available to the public. The other options mentioned (PlayPad, FramePad, LightPad) are not mentioned in relation to the first published code for Play, so they can be ruled out as the correct answer.
5.
Concerning Play Framework which of these is odd?
Correct Answer
D. Templates
Explanation
The odd one out in this list is "Templates". The Play Framework is known for its support of multiple programming languages, including Scala and Apache Groovy, which are both widely used in the development community. Bytecode is a low-level representation of code that is executed by a virtual machine, which is also relevant to the Play Framework. However, "Templates" is a concept specific to web development frameworks like Play, which allow developers to separate the presentation layer from the business logic.
6.
The Play 1.2 was released in
Correct Answer
C. May 2011
Explanation
The Play 1.2 was released in May 2011, as indicated by the given answer.
7.
The Play 2.1 was upgraded to
Correct Answer
C. Scala 2.1
Explanation
The correct answer is Scala 2.1 because Play is a web application framework that is primarily written in Scala. Therefore, when Play 2.1 was upgraded, it would make sense for the underlying language to also be upgraded to the latest version of Scala.
8.
Which of these joined Guillaume Bort to create Play 2.0
Correct Answer
A. Saddek Drobi
Explanation
Saddek Drobi is the correct answer because he is the person who joined Guillaume Bort to create Play 2.0.
9.
Which of these Play versions first featured Activator command
Correct Answer
C. Play 2.3
Explanation
Play 2.3 is the correct answer because it was the first version of Play that introduced the Activator command. This command allows developers to create and manage Play applications more easily by providing a set of pre-configured templates and tools. With the Activator command, developers can quickly set up new projects, run tests, and deploy applications, making it a valuable feature in Play 2.3.
10.
The Play 2.5 was released in
Correct Answer
A. March 2016
Explanation
The correct answer is March 2016 because it is the only option that matches the release date of Play 2.5. The other options have different years or months, making them incorrect.