Is there anything else other than class, interface or Enum?
Posted
by GK
on Stack Overflow
See other posts from Stack Overflow
or by GK
Published on 2010-03-18T08:56:16Z
Indexed on
2010/03/18
9:01 UTC
Read the original article
Hit count: 143
java
As we know to generate a class file there should be atleast one class or interface or an Enum should be declared in the java file.
So i was curious that is there anything else as well other the mentioned which can cause a class file generation.
Or did anybody think that as we can declare the above mentioned, we can declare this(Which you think) as well ?
© Stack Overflow or respective owner