What is MVC Architecture?
Answers were Sorted based on User's Feedback
Answer / s.thirunavukarasu
MVC means model view control architecture.
model is nothing but the member variable and method declaration.
view is the look and feel techinque.
control is how to control the components.
Is This Answer Correct ? | 52 Yes | 113 No |
how to develop the submit and search operations in single jsp using struts?
What is the purpose of @results?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
What are the main classes which are used in struts application?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What is the procedure of operation of a form tag?
What are the cons of struts 2?
What are the advantages of spring mvc over struts mvc?
How interceptor works in struts 2?
What is struts in j2ee?
what is the purpose of load_on_startup entry in struts- config.xml?
Can we handle exceptions in Struts programmatically?