What are the components of Struts?
Submitted by: AdministratorStruts components can be categorize into Model, View and Controller:
► Model: Components like business logic /business processes and data are the part of model.
► View: HTML, JSP are the view components.
► Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.
Submitted by: Administrator
► Model: Components like business logic /business processes and data are the part of model.
► View: HTML, JSP are the view components.
► Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.
Submitted by: Administrator
Read Online Struts Job Interview Questions And Answers
Top Struts Questions
| ☺ | How the exceptions are handled in struts? |
| ☺ | How to display validation errors on jsp page? |
| ☺ | How to use DispatchAction? |
| ☺ | What are the various Struts tag libraries? |
| ☺ | What is SwitchAction? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
