Computer Science, asked by ShaleelRodrigues, 6 hours ago

what is used to create proxy automatically for user in spring MVC?​

Answers

Answered by vaishnavibarad8
0

Answer:

Spring AOP uses either JDK dynamic proxies or CGLIB to create the proxy for a given target object. (JDK dynamic proxies are preferred whenever you have a choice). If the target object to be proxied implements at least one interface then a JDK dynamic proxy will be used.

Explanation:

"this is your answer thanks me and mark me as brainlist."

Similar questions