可学答题网 > 问答 > SCWCD(310-083)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Your web application u


Your web application uses a simple architecture in which servlets handle requests and then forward to aJSP using a request dispatcher. You need to pass information calculated in the servlet to the JSP for view generation.This information must NOT be accessible to any other servlet,JSP or session in the webapp. Which two techniques can you use to accomplish this goal?()

  • AAdd attributes to the session object.
  • BAdd attributes on the request object.
  • CAdd parameters to the request object.
  • DUse the pageContext object to add request attributes.
  • EAdd parameters to the JSP’s URL when generating the request dispatcher.
参考答案
参考解析:
分类:SCWCD(310-083)题库
相关推荐

1、Users of your web&ensp

Users of your web application have requested that they should be able to set the duration&...

2、Your application must 

Your application must access data that is located on two SQL Server 2005 computers. One of...

3、You web application us

You web application uses a lot of Java enumerated types in the domain model of the ap...

4、Your web application r

Your web application requires the ability to load and remove web files dynamically to the ...

5、A web application allo

A web application allows the HTML title banner to be set using a servlet context initializ...

6、Your web application v

Your&ensp;web&ensp;application&ensp;views&ensp;all&ensp;have&ensp;the&ensp;same&ensp;header,&ensp;which&ensp;includes&ensp;the&ensp;<title>&ensp;tag&ensp;in&ensp;th...