On Wednesday, 01/22/2003 at 02:03 CST, "Roger Glover"
<[EMAIL PROTECTED]> wrote:
> A java.lang.Class instance can represent the *METATYPE* for any
> Java type except the null type.
Closest thing might be 'void.class' eh?
Method m = java.awt.Label.class.getMethod("addNotify", null);
if (void.class != m.getReturnType()) System.out.println("FREAK OUT");
-blair
Blair Wyman -- iSeries JVM -- (507) 253-2891
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"It is a sobering thought that when Mozart was my age,
he had been dead for two years." -- Tom Lehrer
____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm
Be respectful! Clean up your posts before replying
____________________________________________________