Computer Science, asked by tsg0, 3 months ago

What is the use of java.lang class? Anybody who gave correct answer their parents lived more than 100 years​

Answers

Answered by mohamedapsal
0

Answer:

Java provides a class with name Classin java. lang package. Instances of theclass 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 Classobjects.

Similar questions