在MVC模式中,JavaBean通常所起的作用是哪层()?
A: Controller
B: Container
C: Model
D: View
A: Controller
B: Container
C: Model
D: View
C
举一反三
- 按照MVC模式,JSP用于实现哪层组件()? A: Model B: View C: Controller D: Container
- 按照MVC模式的理解,Servlet用于实现哪层组件()? A: Model B: Controller C: Container D: View
- 在MVC设计模式中,JavaBean的作用是() A: Controller B: Model C: 业务数据的封装 D: View
- MVC设计模式中的M、V、C分别指?() A: Model Vue Controller B: Mysql View Controller C: Model View Constructor D: Model ViewController
- MVC模式指的是() A: Model B: View C: Controller D: MySql
内容
- 0
servlet 相当于MVC模式中的那个? A: Model B: View C: Controller D: 模型
- 1
MVC设计模式不包括( )。 A: 模型(Model) B: 视图(View) C: 控制器(Controller) D: 页面(View)
- 2
在MVC框架中,负责封装具体业务逻辑的是()。 A: Model层 B: View层 C: GUI层 D: Controller层
- 3
Servlet用于充当MVC设计模式中的( )模块 A: 容器 B: View C: Model D: Controller
- 4
下面的那一个不属于MVC模式中的对象?() A: Model B: View C: Collection D: Controller