Computer Science, asked by jake3629, 10 months ago

What is the class "class" in Java?

Answers

Answered by tanishtamakuwla
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 amitaagarwal4827
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