Where in the language is ".class"?  
Author Message
allancady





PostPosted: 2005-5-27 14:35:00 Top

java-programmer, Where in the language is ".class"? Where in the Java language specification or API is the idiom
"Foo.class" defined? It's not an attribute of any class I can find,
and I can't find it in the core language specification.

Thanks.

 
Bjorn Abelli





PostPosted: 2005-5-27 16:27:00 Top

java-programmer >> Where in the language is ".class"?
<email***@***.com> wrote...

> Where in the Java language specification or API is the idiom
> "Foo.class" defined? It's not an attribute of any class I can find,
> and I can't find it in the core language specification.

http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html

http://java.sun.com/docs/books/jls/second_edition/html/expressions.doc.html#251530


// Bjorn A