Computer Science, asked by Dushyant3198, 10 months ago

What is primitive and non primitive data type?

Answers

Answered by XYZG
0

Primitive data types are predefined types of data, which are supported by the programming language. For example, integer, character, and string are all primitive data types. Programmers can use these data types when creating variables in their programs. For example, a programmer may create a variable called "lastname" and define it as a string data type. The variable will then store data as a string of characters.

Non-primitive data types are not defined by the programming language, but are instead created by the programmer. They are sometimes called "reference variables," or "object references," since they reference a memory location, which stores the data. In the Java programming language, non-primitive data types are simply called "objects" because they are created, rather than predefined. While an object may contain any type of data, the information referenced by the object may still be stored as a primitive data type.

Hope this helps!!!!

Mark me as Brainliest :)

Answered by ravindras931
0

Explanation:

hope it wI'll help u

mark me as brainlist

Attachments:
Similar questions