ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

AOP : What interfaces does the proxy implements ?

Proxy class is going to implement the target object interfaces, so we can typecast the proxy to the target and we can can call the target methods which internally will call the Advice & Target.
Related Posts Plugin for WordPress, Blogger...
Flag Counter