Computer Science, asked by Anonymous, 7 months ago

What are inbuilt classes in java???
name one two classes.
(don't try to spam)​

Answers

Answered by rakzhana01
3

Answer:

  • In Java, all classes (built-in or user-defined) are (implicitly) subclasses of Object. Using an array of Object in the List class allows any kind of Object (an instance of any class) to be stored in the list. However, primitive types (int, char, etc) cannot be stored in the list.

Answered by anushkasharma8840
10

In Java, all classes (built-in or user-defined) are (implicitly) subclasses of Object. Using an array of Object in the List class allows any kind of Object (an instance of any class) to be stored in the list. However, primitive types (int, char, etc) cannot be stored in the list.

 <marquee > its - anushka <marquee >

Similar questions