单项选择题

以下()是错误的JSP页面的表达方式。

A.〈%! int a; %〉
B.〈%= "Hello" %〉
C.〈%= "world"; %〉
D.〈% out.println("jsp"); %〉

<上一题 目录 下一题>
热门 试题

单项选择题
某JSP页面包含以下脚本,〈%! int count=100;%〉〈% int count=0;%〉The page is referenced by〈%=++count%〉times则第一次访问该网页时,()显示的结果是对的?

A.The page is referenced by 0 times
B.The page is referenced by 1 times
C.The page is referenced by 100 times
D.The page is referenced by 101 times

单项选择题
在JSP中page指令(〈%@ page %〉)里的()属性是可以重复的?

A.langueage
B.import
C.session
D.info

相关试题
  • 在Spring Security中,哪个注解用于设置权...
  • SecurityContextRepository接口中哪个方法...
  • 在Spring Security中,哪个接口用于获取用...
  • Spring Security是一个什么的安全框架()
  • 在RBAC模型中, Who 对 What 进行 How...