What is weaving in spring?



What is weaving in spring?..

Answer / Prashant Malik

Weaving in Spring refers to the process of modifying classes or method calls at runtime, to incorporate aspects such as security, logging, transaction management, and other functionalities. This process can be achieved through different techniques: aspect oriented programming (AOP), load-time weaving (LTW) and bytecode enhancement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What are dispatcher servlet and context loader listener?

1 Answers  


How to integrate java server faces (jsf) with spring?

1 Answers  


What pojo stands for?

1 Answers  


What is the use of @configuration in spring?

1 Answers  


What is orphan removal? : Spring Boot

1 Answers  


What is spring in java with example?

1 Answers  


What is difference between applicationcontext and beanfactory?

1 Answers  


What is jsr330?

1 Answers  


What is @bean annotation in spring boot? : Spring Boot

1 Answers  


What is the meaning of stereotype annotations in spring?

1 Answers  


Why do we go for spring?

1 Answers  


What is cli in spring boot? : Spring Boot

1 Answers  


Categories