试题详情
- 单项选择题 For manageability purposes, you have been told to add a "count" instance variable to a critical JSP Document so that a JMX MBean can track how frequent this JSP is being invoked. Which JSP code snippetmust you use to declare this instance variable in the JSP Document?()
A、<jsp:declaration>int count = 0;<jsp:declaration>
B、<%! int count = 0; %>
C、<jsp:declaration.instance>int count = 0;. <jsp:declaration.instance>
D、<jsp:scriptlet.declaration>int count = 0;. <jsp:scriptlet.declaration>
- A
关注下方微信公众号,在线模考后查看
热门试题
- 解释this和super的意义和作用。
- Given this&ens
- 1. public&ensp
- Which declarat
- Given: 11.<% j
- 现有 import&ens
- 下面程序的运行结果:()。
- Click the
- public class Pass{
- 在JAVA程序中,类是由定义和主体构成的
- You have
- class Output{&
- 下列有关数组的声明中,正确的是哪项?()
- 两个乒乓球队进行比赛,各出三人。甲队为a
- 11. public&ens
- 现有: class&ens
- Which statemen
- interface Alti
- Which is
- 以下关于GUI事件处理模型的叙述,哪两项