Java Spring Framework Question:

What is a Proxy?

Tweet Share WhatsApp

Answer:

A proxy is an object that is created after applying advice to a target object. When you think of client objects the target object and the proxy object are the same.

Download Spring Framework PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is a Target?What is meant by Weaving?