What is a viewresolver in spring?
Answer / Prashant Srivastava
A ViewResolver in Spring is responsible for resolving a logical view name (returned by the Controller) to a physical view location. The DefaultViewResolver class is often used, which maps logical view names to .jsp files in a web application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between constructor injection and setter injection?
What are the ways by which configuration metadata can be provided to the spring container?
What is difference between classnotfoundexception and noclassdeffounderror?
How does spring proxy work?
What is the difference between hibernate and spring?
What is context getbean?
What are the benefits of ioc?
What is @responsebody in spring?
Does spring jdbctemplate close connection?
What is difference between @component and @controller?
What is autowired?
What ioc means?