adplus-dvertising
frame-decoration

Question

To create a Grails application, command:-

a.

grails create-app

b.

grails create-app grailsappname

c.

grails create-app default

d.

none of the mentioned

Answer: (b).grails create-app grailsappname

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To create a Grails application, command:-

Similar Questions

Discover Related MCQs

Q. Working directories and files are placed under which directory.

Q. Grails generates a series of files and directories which includes.

Q. Used to define an application’s properties.

Q. An Apache Ant script with a series of predefined tasks designed to create a Grails application.

Q. An XML file containing configuration parameters for an application.

Q. An XML file containing configuration parameters for an application’s deployment.

Q. An XML file containing configuration parameters for an application’s launch.

Q. An Apache Ivy configuration file used for defining repositories.

Q. A directory containing the core of an application.

Q. Some of the more popular Grails plugins follow:

Q. Classes used to describe an application’s primary elements.

Q. In web applications, domain classes are generally the first things to be defined.

Q. In Grails, domain classes are placed under:-

Q. The creation of domain classes by executing a simple command which is:-

Q. The command domain class name in creation of domain classes generates a file named domain class name.groovy.

Q. Corresponding unit tests files are also generated for each domain class while creating domain classes.

Q. Static field which defines constraints on the domain class.

Q. Declaration name which indicates that object’s name field can’t be blank.

Q. A variety of constraints can be used to enforce a domain class’s structure.

Q. Command to generate the corresponding CRUD controller and views for an application’s domain class.