Q.1.
Grails applications are equipped to support internationalization.
Q.2.
Where can you find series of *.properties files.
Q.3.
*.properties files allow Grails applications to display messages.
Q.4.
Which locale (i.e., from an internationalization properties file) to use for a user is based on?
Q.5.
There is no default configuration present in an application resource.groovy file.
Q.6.
If you want to coerce users into using a specific language locale.
Q.7.
JSP Tag which declares statements using the Groovy.
Q.8.
Tag can also be used in GSP pages views.
Q.9.
Grails uses RDBMS as a permanent storage system.
Q.10.
Grails comes preconfigured to use:-
Q.11.
HSQLDB is a non-volatile database.
Q.12.
Configure Grails to use another RDBMS by modifying:-
Q.13.
Grails relies on the standard Java JDBC notation to specify RDBMS.
Q.14.
DataSource properties, Class name for the JDBC driver.
Q.15.
Indicates whether to enable SQL logging.