Welcome to Java By Example
|
Written by administrator
|
|
Friday, 02 May 2008 06:17 |
|
Dynamic proxy is a class that is created at runtime implementing a set of given interfaces that you need. ‘Created at runtime’ means that you will not be actually writing and compiling any class that implements the interfaces that you need. Instead you will be creating a class dynamically at runtime using the java.lang.reflect.Proxy class. It is called proxy because it is based on the Proxy Design Pattern.
|
|
Last Updated ( Friday, 02 May 2008 06:36 )
|
|
Read more...
|
|
|
|
Page 7 of 7 |