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:09:35 #1
 satyanarayana.k   Member Since: Visitor    Total Comments: N/A 

RE: What is MVC architecture
 
hi  
 
MVC pattern is a collabaration of three components, model(ejb,jsbc etc.,), view (jsp, html) and a controller(struts-confi.xml, and servlets). 
 
the mvc pattern is a sequence of actions interactions starting with view then controler and then to model based on the data persistence. 
 
rgds 
satyanarayana
     

 

Back To Question