What is the class "class" in Java?
Answers
Answered by
3
Answer:
Java provides a class with name Class in java.lang package. Instances of the class Class represent classes and interfaces in a running Java application. The primitive Java types (boolean, byte, char, short, int, long, float, and double), and the keyword void are also represented as Class objects.
Explanation:
mark as brainlist
Answered by
4
Answer:
A class is a blueprint or prototype that defines the variable and the methods common to all objects of a certain kind.
mark this as brainliest...
Similar questions
Math,
6 months ago
Math,
6 months ago
Math,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago