What is the datatype of a class?

1 answer

Answer

1072569

2026-07-23 08:31

+ Follow

While there are obvious data types like primitives (boolean, char, byte, short, int, long, float, double) and arrays, really any class which stores some form of information can be considered a data type. Objects like String, BigInteger, and the whole Collections framework also belong in this category.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.