GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  What is MVC architecture



June 06, 2005 01:31:48 #2
 madhu   Member Since: Visitor    Total Comments: N/A 

RE: What is MVC architecture
 
MVC is an approach for developing interactive applications ie it results in events through user interaction.MVC stands for Model View Controller.Model is responsible for holding the application state,view is for displaying the current model and controller handles the events. 
 
     

 

Back To Question