The ________ annotation allows you to inject a DataSource into a managed bean.

a. Resource.
b. DataSource.
c. DataSourceDefinition.
d. None of the above.


a. Resource.

Computer Science & Information Technology

You might also like to view...

Where is it legal to put a break statement? What does the break do there?

a) A break is placed in a simple (unnested) loop, to terminate the loop. b) A break is placed in an inner block of nested blocks, to transfer control beyond the end of block the break is within. c) A break is placed in a loop in nested loops, to transfer control beyond the end of the innermost loop the break is within. d) A break is placed in a switch statement, to terminate the switch by transferring control beyond the end of the switch. e) A break is placed in a loop where it restarts the loop.

Computer Science & Information Technology

What will be output from the following code:

``` public void t e s t 1 ( ) { int x = 0 ; while ( x < 3) { x = x + 1 ; System . out . p r i n t l n ( x ) ; } } ```

Computer Science & Information Technology

Captions can be positioned above or below a selected item, such as a table

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____________________ uses hundreds, thousands, or even millions of computers under the control of a single operator to launch a coordinated attack.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology