could someone help me to understand difference between JDK dynamic proxy and CGLib ? and what is the default in spring ?
I know that JDK proxies support interface and CGLib supports subclasses . my goal is to understand memory usage of them
could someone help me to understand difference between JDK dynamic proxy and CGLib ? and what is the default in spring ?
I know that JDK proxies support interface and CGLib supports subclasses . my goal is to understand memory usage of them