在MVC设计模式中,JavaBean的作用是()
A: Controller
B: Model
C: 业务数据的封装
D: View
A: Controller
B: Model
C: 业务数据的封装
D: View
举一反三
- 在MVC模式中,JavaBean通常所起的作用是哪层()? A: Controller B: Container C: Model 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: 页面(View)
- Servlet用于充当MVC设计模式中的( )模块 A: 容器 B: View C: Model D: Controller
- 在MVC框架中,负责封装具体业务逻辑的是()。 A: Model层 B: View层 C: GUI层 D: Controller层