0

I am confused about the usage of Model and ModelMap in the controller handlers.When to use Model and when ModelMap?

Thanks in advance

Eternal_Explorer
  • 1,119
  • 3
  • 14
  • 26

2 Answers2

0

Model is an interface.ModelMap is a class.

Sumit Ghosh
  • 484
  • 4
  • 13
  • 36
0

Please refer or visit this link it is easy to explain Model and ModelMap

Model and ModelMap

Community
  • 1
  • 1
sanjay
  • 437
  • 3
  • 17
  • Thanks Sanjay.I know Model an interface and ModelMap is a class.But I want to know context in which these are used.I meant when do we go for Model and when ModelMap. – Eternal_Explorer Dec 07 '15 at 10:51