JavaBeans |
Level:-Basic
|
Q(1) |
How many types of Javabeans exist? |
A  | 1 |
B  | 2 |
C  | 3 |
D  | 4 |
Q(2) |
JSM stands for Java Monitor Session. |
A  | True |
B  | False |
Level:-Intermediate
|
Q(1) |
Session beans can be of ______ type. |
A  | stateless beans |
B  | stateful beans |
C  | straightfull beans |
D  | Both A and B |
Q(2) |
COM stands for ______. |
A  | Component Object Model |
B  | Component Oriented Model |
C  | Common Object Model |
D  | Common Oriented Model |
Level:-Expert
|
Q(1) |
getUserTransaction() is the method available in SessionContext interface. |
A  | True |
B  | False |
Q(2) |
_______ attribute of transaction is implemented by container. |
A  | REQUIRED |
B  | REQUIRES_NEW |
C  | SUPPORTS |
D  | NOT_SUPPORTED |