What is web xml file in spring?
Answer / Chandra Vijay Singh
The web.xml file is a deployment descriptor for Java EE applications, including Spring Web MVC applications. However, with the introduction of Spring annotation-based configurations, it's less commonly used in modern Spring projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand as dependency injection (di)?
Explain about the spring dao support
What is ioc and di in spring?
Differentiate between beanfactory and applicationcontext.
What is jpa in spring?
What is use of spring boot starter parent? : Spring Boot
What is the main use of spring framework in java?
Does spring boot use dispatcher servlet? : Spring Boot
What is jdk dynamic proxy?
Why is spring boot used? : Spring Boot
How to call stored procedure in spring framework?
What is a spring framework?