What is spring language?



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

Post New Answer

More Spring Framework Interview Questions

What is the use of jdbctemplate in spring?

1 Answers  


What is the function of annotation @requestbody?

1 Answers  


What is spring batch rowmapper?

1 Answers  


What does a spring bean definition contain?

1 Answers  


What are the features of spring?

1 Answers  


What is stereotype in spring?

1 Answers  


Where is spring aop used?

1 Answers  


Is spring autowired thread safe?

1 Answers  


Does spring framework support all joinpoints?

1 Answers  


In which scenario, you will use singleton and prototype scope?

1 Answers  


Why is spring boot so popular? : Spring Boot

1 Answers  


What are different types of dependency injection? Explain them.

1 Answers  


Categories