Is "class" is predefined class in Java? -
Can we say that java.lang.Class
is the predefined class in Java?
I'm really confused about this .. I'm new to Java so I'm not sure. Please tell me the correct answer.
class
is a class where as class
Is a keyword.
-
Type
Examples of class squares represent squares and interfaces in Java running
Keywords
class () Class announcements define new context types and describe how they are implemented [...]
A class The announcement specifies a new named reference type.
Comments
Post a Comment