Computer Science, asked by ISOLATEDREX3619, 11 months ago

Difference between primitive standards and non primitive standards

Answers

Answered by MoonGurl01
75

Primitive data types are the usual data types which we use when creating variables. For e.g. string, int

Non primitive data types are objects - standard and custom objects in salesforce.

Answered by Anonymous
0

Answer:

The difference between primitive and non-primitive data types are as follows: Primitive types are predefined in Java. Non-primitive types are created by the programmer and is not defined by Java. Non Primitive types can be used to call methods to perform certain operations, while primitive types cannot

Similar questions