How non primitive represent in memory in java?
Answers
Answered by
0
Like life forms, non-primitive data types in Java are more sophisticated than their primitive ... variables but the non-primitive or reference variable points to an address in memory.
Answered by
0
Answer: A data type is a classification of data, which can store a specific type of information. Data types are primarily used in computer programming, in which variables are created to store data. Each variable is assigned a data type that determines what type of data the variable may contain.
Similar questions