MVC or Struts?

What is the Difference Between MVC and Struts.As i know Struts is the advanced Version of MVC.But What makes Struts more convenient that MVC ?
[163 byte] By [iwouldliketoknowthingsa] at [2007-9-28 20:03:57]
# 1
STRUTS is one of many, many ways in which to implement MVC, which itself has many, many definitions.
ken_robinsona at 2007-7-12 18:56:19 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
> What is the Difference Between MVC and Struts.The MVC [Model View Controller] is a pattern, Struts in an Servlet framework that follows that pattern (allow with may others).You can find out more here: http://jakarta.apache.org/struts/
MartinS.a at 2007-7-12 18:56:19 > top of Java-index,Other Topics,Patterns & OO Design...