InterviewSolution
Saved Bookmarks
| 1. |
What Do You Understand By Load-time Weaving (ltw) In Spring? |
|
Answer» Load-time WEAVING (LTW) or RUN time weaving is a PROCESS of weaving AspectJ ASPECTS into the classes of the application when the classes are being loaded in JVM. Load-time weaving (LTW) or Run time weaving is a process of weaving AspectJ aspects into the classes of the application when the classes are being loaded in JVM. |
|