Hi,

Can someone please explain the statement on CGLIB proxy :-

The constructor of your proxied object will be called twice. Why would the constructor be called twice?

How is it different from jdk proxy creatiion method?

-Hetal