introspecting java classes at runtime
Hi
Does anyone know if there is any way by which we can query a java object at runtime to display the methods and attributes available for that object?
[160 byte] By [
G.Singh] at [2007-11-11 7:55:11]

# 1 Re: introspecting java classes at runtime
java reflection API you needed to use.
http://java.sun.com/docs/books/tutorial/reflect/
mr1yh1 at 2007-11-11 22:37:04 >
