What are components under view Part?
-
DAO Class
-
HTML
-
VO Class
-
JSP
-
Action Class
B,D
Correct answer
Explanation
In Struts MVC architecture, the View layer consists of presentation components. HTML provides the structure and JSP (JavaServer Pages) enables dynamic content generation. DAO and VO classes belong to the Model layer (data access and transfer objects), while Action classes are part of the Controller layer.