单选题A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()A  The method invoked by this function must be statie.B  The function class must implement the Function interface.C  The expression is NOT a valid EL ex

题目
单选题
A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()
A

 The method invoked by this function must be statie.

B

 The function class must implement the Function interface.

C

 The expression is NOT a valid EL expression for invoking a function.

D

 The function must be declared in a web.xml file using the  element.

E

 The function class must have a method with the signature:Void bloof (java.lang.Strings)

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

In C program, all variables must be(70)before use, usually at the beginning of the function before any(71)statements.

A.stated

B.writed

C.illustrated

D.declared


正确答案:D
解析:译文:在一段C程序中,所有变量在使用前必须声明,通常在函数的可执行语句之前声明。

第2题:

Which of the following statements describe the use of the keyword

static?

a) Within the body of a function: A static variable maintains its value

between function revocations

b) Within a module: A static variable is accessible by all functions

within that module

c) Within a module: A static function can only be called by other

functions within that module


正确答案:
 

第3题:

Evaluate the following function code:Which statement is true regarding the above function? ()

A. The cached result becomes invalid when any structural change is done to the EMPLOYEES table.

B. If the function execution results in an unhandled exception, the exception result is also stored in the cache.

C. Each time the function is invoked in a different session, the current result in the result cache gets overwritten.

D. If the function is invoked with a different parameter value, the existing result in the result cache gets overwritten by the latest value.


参考答案:A

第4题:

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}

正确答案:F

第5题:

The purpose of a programming system is to make a computer easy to use. To do this, it furnishes languages and various facilities that are in fact programs invoked and controlled by language features. But these facilities are bought at a price: the external description of a programming system is ten to twenty times as large as the external description of the computer system itself. The user finds it far easier to specify any particular function, but there are far more to choose from, and far more options and formats to remember. Ease of use is enhanced only if the time gained in functional specification exceeds the time lost in learning, remembering, and searching manuals. With modern programming systems this gain does exceed the cost, but in recent years the ratio of fain to cost seems to have fallen as more and more complex( )have been added. Because ease of use is the purpose, this radio of function to conceptual complexity is the ultimate test of system design. Neither function alone nor simplicity alone( )a good design. This point is widely misunderstood. Function, and not simplicity, has always been the measure of excellence for its designers. As soon as ease of use is held up as the criterion, each of these is seen to be( ), reaching for only half of the true goal. For a given level of function, however, that system is best in which one can specify things with the most simplicity and straightforwardness. ( )is not enough. Mooer’s TRAC language and Algol 68 achieve simplicity as measured by the number of distinct elementary concepts. They are not, however, straightforward. The expression of the things one wants to do often requires involuted (复杂的)and unexpected combinations of the basic facilities. It is not enough to learn the elements and rules of combination; one must also learn the idiomatic usage, a whole lore of how the elements are combined in practice. Simplicity and straightforwardness proceed from conceptual( ). Every part must reflect the same philosophies and the same balancing of desiderata. Every part must use the same techniques in syntax and the analogous notions in semantics. Ease of use, then, dictates unity of design, conceptual integrity.

A.systems B.functions C.programs D.manuals A.defines B.can be C.constructs D.costs A.stabilize B.equalized C.unbalanced D.balanced A.Function B.System C.Straightforwardness D.Simplicity A.integrity B.isolation C.durability D.consistency


正确答案:B,B,A,C,A

第6题:

A programmer must know about a function's ______ to call it correctly.

A.location

B.algorithm

C.Interface

D.statements


正确答案:D
解析:译文的含义是:程序员需要知道函数的()才能正确调用该函数。A、B、C、D各选项的意思分别是:位置、算法、接口、声明。要正确地调用一个函数,必须知道它的声明,故本题应该选择D。

第7题:

Bob, a support technician, is trying to locate a particular registry key using REGEDIT.EXE, on aWindows 2000 PC. Which of the following is the BEST method of doing this?()

A. Use the import function from the File menu.

B. Use the find function in the Edit menu.

C. Use the display binary data function in the View menu.

D. Navigate through the registry sub-trees.


参考答案:B

第8题:

A programmer must know about a function’s(74)to Call it correctly.

A.location

B.algorithm

C.Interface

D.statements


正确答案:C
解析:程序员需要知道函数的接口才能正确调用该函数。

第9题:

Phatic communication refers to( ).

A.language’s function of the expression of identity
B.social interaction of language
C.language′s function of expressing it self
D.sociological use of language

答案:B
解析:
语言学基本概念。Phatic Communion(交际性谈话)指的是语言的社会交际功能。例如,我们径常说一些诸如God bless you!等礼节性的寒暄之语。

第10题:

A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()

  • A、 The method invoked by this function must be statie.
  • B、 The function class must implement the Function interface.
  • C、 The expression is NOT a valid EL expression for invoking a function.
  • D、 The function must be declared in a web.xml file using the  element.
  • E、 The function class must have a method with the signature:Void bloof (java.lang.Strings)

正确答案:A

更多相关问题