HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

You do understand how this works, don't you? Login and vote now.
Link 280527 thumbnail
User 378389 avatar

By mironsadziak
via javablogging.com
Published: Nov 04 2009 / 20:24

Java Dynamic Proxies API is a way to create dynamically a class implementing a given interface. All the method calls on that interface will be passed to an instance of InvocationHandler which you must implement. Thanks to that you can have very general wrapping for any given interface. It is also a way to implement Aspect Oriented Programming.
  • 21
  • 0
  • 2401
  • 0

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.