单项选择题
Given an EL function foo, in namespace func, that requires a long as a parameter and returns a Map, which two are valid invocations of function foo?()
A. ${func(1)}
B. ${foo:func(4)}
C. ${func:foo(2)}
D. ${foo(5):func}
E. ${func:foo(“easy”)}
F. ${func:foo(“3”).name}
点击查看答案
相关考题
-
单项选择题
What is the result?()
A. true true
B. false true
C. false true 0
D. true true Infinity
E. false true Infinity
F. An exception is thrown.
G. Compilation or translation fails -
单项选择题
Giventhatlogin.getName()returnsajava.lang.StringvalueandgiventheJSPcode:WelcomeWhichisequivalent?()
<%>A. Welcome <% out.print(login.getName()); %>
B. Welcome <% writer.print(login.getName()); %>
C. Welcome <% response.out.print(login.getName()); %>
D. Welcome <% response.writer.print(login.getName()); %>
E. Welcome <% response.getOutputStream().write(login.getName()); %>%> -
单项选择题
Which is equivalent?()
A.A
B.B
C.C
D.D
E.E
