What is spring language?
Answer / Poonam Shreshtha
Spring Language refers to the Java-based configuration syntax used in Spring Framework applications. It includes XML, Annotation-based (@Configuration and @Bean), and Java Code (using the ApplicationContext interface) for configuring Spring containers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of jdbctemplate in spring?
What is the function of annotation @requestbody?
What is spring batch rowmapper?
What does a spring bean definition contain?
What are the features of spring?
What is stereotype in spring?
Where is spring aop used?
Is spring autowired thread safe?
Does spring framework support all joinpoints?
In which scenario, you will use singleton and prototype scope?
Why is spring boot so popular? : Spring Boot
What are different types of dependency injection? Explain them.