What is cglib?



What is cglib?..

Answer / Mahendra Pal Gautam

CGLib is a code generation library for Java that allows creating proxies without the need to implement interfaces. It's used in Spring AOP (Aspect-Oriented Programming) for dynamic method interception and providing cross-cutting concerns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is mvc in java spring?

1 Answers  


In spring bean class uses singleton or prototype?

1 Answers  


What is the use of application context in spring?

1 Answers  


What is http endpoint?

1 Answers  


What are the aop terminology?

1 Answers  


What are the important topics in spring?

1 Answers  


What is the use of rowmapper in spring?

1 Answers  


Can we use spring and hibernate together?

1 Answers  


Should controller be singleton?

1 Answers  


What is spring and why it is used?

1 Answers  


What is dao in spring boot? : Spring Boot

1 Answers  


What is the difference between constructor and setter injection?

1 Answers  


Categories