edu.pdx.cs399J.lang
Class WhatAmI

java.lang.Object
  extended by edu.pdx.cs399J.lang.WhatAmI

public class WhatAmI
extends Object

This program uses Java's reflection mechanism to print the name of a given Object's class.


Constructor Summary
WhatAmI()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhatAmI

public WhatAmI()
Method Detail

main

public static void main(String[] args)


Copyright © 2000-2009 Portland State University. All Rights Reserved.