试题详情
- 多项选择题 You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()
A、The stub will increase network traffic.
B、The Transfer Object will decrease data staleness.
C、The stub will increase the logic necessary in the JSPs.
D、In both cases, the JSPs can use EL expressions to get data.
E、Only the Transfer Object will need to use a Business Delegate.
- A,D
关注下方微信公众号,在线模考后查看
热门试题
- Which statement
- 事件处理类的真正实现代码一般在哪个类中?
- What is th
- 下面那些情况可以终止当前线程的运行()。
- Which statement
- 以下JAVA程序的输出是什么()。
- 下面哪些类可用于throw语句()
- Which two
- Which code,&ens
- public class&e
- 以下关于支持Java运行平台的叙述,哪项
- 关于抽象类与最终类,下列说法错误的是()
- 一棵非空的二叉树的先序遍历序列与后序遍历
- Given: What is
- GUI事件模型的组成元素包括()
- 编写一个字符界面的JavaApplica
- public class&e
- 现有: interface
- 1. public&ensp
- 程序中怎样控制线程?