Advertisements
Advertisements
प्रश्न
Array is a non-primitive data type.
विकल्प
True
False
MCQ
सत्य या असत्य
उत्तर
This statement is True.
Explanation:
In Java, an array is a non-primitive data type since it is an object that may hold numerous items of the same type (for example, int, char, or String). Arrays, unlike primitive data types (int, char, boolean, and so on), are reference types that hold the memory address of the elements rather than the actual values.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?