Question # 41
Developing for Liferay requires:
IntelliJ
Eclipse
NetBeans
Liferay Developer Studio
None of the above
Question # 42
The tag is used to:
Display a list of actions
Display navigation
Display a list of breadcrumbs
Display categories
Question # 43
The recommended way to strip content from the outgoing response is to:
Create a hook plugin that implements a service post action to strip content from the response
Create an Ext plugin that implements a servlet filter to strip content from the response
Create a hook plugin that implements a servlet filter to strip content from the response
Create a hook that implements a request post processor to strip content from the response