Class in java?

Class:
class is a user defined blueprint or prototype from which objects are created. It represents the set of properties or methods that are common to all objects of one type.

Java provides a class with name Class in java.lang package. This parameter class name must be fully qualified name of the desired class for which Class object is to be created.

but what’s the question?

2 Likes