We must have configure and map all jsp files into web.xml
True
False
JSP can run by
Apache Tomact
Bea WebLogic
Servlets
JSP Engine
Syntax of Scriptlet Element
Syntax of Declaration Element
JSP Syntax of comments
Which of the following archive files can be deployed in a Web Server?
jar
war
jar, war
jar, war, ear
Which of the following statements are true?
HttpServletRequest getParameter(...) retrieves the parameter value from the request
HttpServletResponse getAttribute(...) retrieves the attribute value from the response
HttpServletResponse getParameter(...) retrieves the parameter value from the response
HttpServletRequest setParameter(...) sets the parameter value to the request
Attributes bound into session are available to any other servlet that belong to the same ServletContext?
Which of the following call back method belongs to Entity bean?
void setContext()
void ejbLoad()
void ejbDelete()
void ejbEvict()
----- cannot have local or remote interfaces?
EntityBean
StatefulSession Bean
MessageDrivenBean
StatelessSessionBean