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

You have built your&en


You have built your own light-weight templating mechanism. Your servlets, which handle each request,dispatch the request to one of a small set of template JSP pages. Each template JSP controls the layout ofthe view by inserting the header, body, and footer elements into specific locations within the template page.The URLs for these three elements are stored in request scoped variables called, headerURL, bodyURL,and footerURL, respectively. These attribute names are never used for other purposes. Which JSP codesnippet should be used in the template JSP to insert the JSP content for the body of the page?()

  • A<jsp:insert page=’${bodyURL}’ />
  • B<jsp:insert file=’${bodyURL}’ />
  • C<jsp:include page=’${bodyURL}’ />
  • D<jsp:include file=’${bodyURL}’ />
  • E<jsp:insert page=’<%= bodyURL %>’ />
参考答案
参考解析:
分类:SCWCD(310-083)题库
相关推荐

1、You have a Windows&ens

You&ensp;have&ensp;a&ensp;Windows&ensp;Server&ensp;2008&ensp;R2&ensp;Hyper-V&ensp;server.&ensp;Virtual&ensp;machines&ensp;(VMs)&ensp;store&ensp;data&ensp;on&ensp;p...

2、You have two tables&en

You&ensp;have&ensp;two&ensp;tables&ensp;with&ensp;referential&ensp;integrity&ensp;enforced&ensp;between&ensp;them.&ensp;You&ensp;need&ensp;to&ensp;insert&ensp;data&e...

3、You have a computer&en

You&ensp;have&ensp;a&ensp;computer&ensp;named&ensp;Computer1&ensp;that&ensp;runs&ensp;Windows&ensp;7&ensp;and&ensp;Windows&ensp;Internet&ensp;Explorer&ensp;8.&ensp;A...

4、You have a Windows&ens

You&ensp;have&ensp;a&ensp;Windows&ensp;Server&ensp;2008&ensp;R2&ensp;Hyper-V&ensp;failover&ensp;cluster&ensp;that&ensp;has&ensp;16&ensp;nodes.&ensp;You&ensp;plan&ens...

5、You have 2 commands&en

You&ensp;have&ensp;2&ensp;commands&ensp;used&ensp;for&ensp;ftp:ip&ensp;ftp&ensp;username&ensp;xxxxxxip&ensp;ftp&ensp;password&ensp;yyyyyyWhich&ensp;two&ensp;command...

6、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1