Alternative to the syntax "MyClass.class.getName()"

Posted by Mocha on Stack Overflow See other posts from Stack Overflow or by Mocha
Published on 2010-03-18T04:46:41Z Indexed on 2010/03/18 4:51 UTC
Read the original article Hit count: 95

Filed under:

Is there any other way of expressing this in Java?

MyClass.class.getName() 

© Stack Overflow or respective owner

Related posts about java